Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
6
packages/2.0.5/AppForm/components/Add.vue
vendored
6
packages/2.0.5/AppForm/components/Add.vue
vendored
@@ -64,7 +64,8 @@
|
|||||||
saasPlatformName: '',
|
saasPlatformName: '',
|
||||||
menuLevel1Name: '',
|
menuLevel1Name: '',
|
||||||
menuLevel2Lable: '',
|
menuLevel2Lable: '',
|
||||||
menuLevel2Name: ''
|
menuLevel2Name: '',
|
||||||
|
appType: ''
|
||||||
},
|
},
|
||||||
orderFields: [],
|
orderFields: [],
|
||||||
showListFields: [],
|
showListFields: [],
|
||||||
@@ -119,7 +120,8 @@
|
|||||||
saasPlatformName: res.data.saasPlatformName,
|
saasPlatformName: res.data.saasPlatformName,
|
||||||
menuLevel1Name: res.data.menuLevel1Name,
|
menuLevel1Name: res.data.menuLevel1Name,
|
||||||
menuLevel2Lable: res.data.menuLevel2Lable,
|
menuLevel2Lable: res.data.menuLevel2Lable,
|
||||||
menuLevel2Name: res.data.menuLevel2Name
|
menuLevel2Name: res.data.menuLevel2Name,
|
||||||
|
appType: res.data.appType
|
||||||
}
|
}
|
||||||
this.fuzzyQueryFields = res.data.fuzzyQueryFields
|
this.fuzzyQueryFields = res.data.fuzzyQueryFields
|
||||||
this.tableInfos = res.data.tableInfos
|
this.tableInfos = res.data.tableInfos
|
||||||
|
|||||||
Reference in New Issue
Block a user