From 6892ecf6df0ea587091d256dbcb625a8381baf17 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Sat, 18 Dec 2021 09:22:02 +0800 Subject: [PATCH] bug --- packages/2.0.5/AppForm/components/Add.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/2.0.5/AppForm/components/Add.vue b/packages/2.0.5/AppForm/components/Add.vue index a7c35629..e1fc5152 100644 --- a/packages/2.0.5/AppForm/components/Add.vue +++ b/packages/2.0.5/AppForm/components/Add.vue @@ -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