This commit is contained in:
lai
2024-07-23 17:38:58 +08:00
parent e5c40d11d3
commit c7606df740
2 changed files with 5 additions and 2 deletions

View File

@@ -376,7 +376,8 @@ onMounted(() => {
style="height: 2.5rem; color: #fff; margin-top: -14px"
class="spaceButton"
/>
3
{{ skimState.gEventNum }}
</div>
</div>
</a-card>

View File

@@ -479,7 +479,7 @@ function fnModalVisibleByType(
modalState.typeFrom = Object.assign(modalState.typeFrom, res.data);
//动态表单
fnTypeChange(modalState.typeFrom.tenancyType);
//fnTypeChange(modalState.typeFrom.tenancyType,'first');
//对RADIO 特殊处理
if (
modalState.typeFrom.tenancyType == 'RADIO' &&
@@ -633,6 +633,8 @@ function fnTypeRecordDelete(record: any) {
//选择租赁类型
function fnTypeChange(value: any) {
modalState.typeFrom.tenancyKey='';
modalState.typeFrom.radioId='';
if (value === 'UPF') {
listNeInfo({ neType: 'UPF', pageNum: 1, pageSize: 10000 }).then(res => {
/** 查询最新的UPF的所有RMUID*/