This commit is contained in:
yanran200730
2021-12-18 09:22:02 +08:00
parent fc76fd16fc
commit 6892ecf6df

View File

@@ -64,7 +64,8 @@
saasPlatformName: '',
menuLevel1Name: '',
menuLevel2Lable: '',
menuLevel2Name: ''
menuLevel2Name: '',
appType: ''
},
orderFields: [],
showListFields: [],
@@ -119,7 +120,8 @@
saasPlatformName: res.data.saasPlatformName,
menuLevel1Name: res.data.menuLevel1Name,
menuLevel2Lable: res.data.menuLevel2Lable,
menuLevel2Name: res.data.menuLevel2Name
menuLevel2Name: res.data.menuLevel2Name,
appType: res.data.appType
}
this.fuzzyQueryFields = res.data.fuzzyQueryFields
this.tableInfos = res.data.tableInfos