修正
This commit is contained in:
@@ -376,7 +376,8 @@ onMounted(() => {
|
|||||||
style="height: 2.5rem; color: #fff; margin-top: -14px"
|
style="height: 2.5rem; color: #fff; margin-top: -14px"
|
||||||
class="spaceButton"
|
class="spaceButton"
|
||||||
/>
|
/>
|
||||||
3
|
{{ skimState.gEventNum }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
|||||||
@@ -479,7 +479,7 @@ function fnModalVisibleByType(
|
|||||||
modalState.typeFrom = Object.assign(modalState.typeFrom, res.data);
|
modalState.typeFrom = Object.assign(modalState.typeFrom, res.data);
|
||||||
|
|
||||||
//动态表单
|
//动态表单
|
||||||
fnTypeChange(modalState.typeFrom.tenancyType);
|
//fnTypeChange(modalState.typeFrom.tenancyType,'first');
|
||||||
//对RADIO 特殊处理
|
//对RADIO 特殊处理
|
||||||
if (
|
if (
|
||||||
modalState.typeFrom.tenancyType == 'RADIO' &&
|
modalState.typeFrom.tenancyType == 'RADIO' &&
|
||||||
@@ -633,6 +633,8 @@ function fnTypeRecordDelete(record: any) {
|
|||||||
|
|
||||||
//选择租赁类型
|
//选择租赁类型
|
||||||
function fnTypeChange(value: any) {
|
function fnTypeChange(value: any) {
|
||||||
|
modalState.typeFrom.tenancyKey='';
|
||||||
|
modalState.typeFrom.radioId='';
|
||||||
if (value === 'UPF') {
|
if (value === 'UPF') {
|
||||||
listNeInfo({ neType: 'UPF', pageNum: 1, pageSize: 10000 }).then(res => {
|
listNeInfo({ neType: 'UPF', pageNum: 1, pageSize: 10000 }).then(res => {
|
||||||
/** 查询最新的UPF的所有RMUID*/
|
/** 查询最新的UPF的所有RMUID*/
|
||||||
|
|||||||
Reference in New Issue
Block a user