修正
This commit is contained in:
@@ -376,7 +376,8 @@ onMounted(() => {
|
||||
style="height: 2.5rem; color: #fff; margin-top: -14px"
|
||||
class="spaceButton"
|
||||
/>
|
||||
3
|
||||
{{ skimState.gEventNum }}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a-card>
|
||||
|
||||
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user