From 0cb223e80bd50f3f5b1797270622075af96e0836 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 17 Dec 2021 09:50:57 +0800 Subject: [PATCH] bug --- packages/2.0.5/AppForm/components/BasicInfo.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/2.0.5/AppForm/components/BasicInfo.vue b/packages/2.0.5/AppForm/components/BasicInfo.vue index bebf86fe..f70fa292 100644 --- a/packages/2.0.5/AppForm/components/BasicInfo.vue +++ b/packages/2.0.5/AppForm/components/BasicInfo.vue @@ -29,6 +29,14 @@ + + + + @@ -59,7 +67,8 @@ saasPlatformName: '', menuLevel1Name: '', menuLevel2Lable: '', - menuLevel2Name: '' + menuLevel2Name: '', + appType: '' }, sassList: [] } @@ -71,6 +80,10 @@ } }, + created () { + this.dict.load('diyAppType') + }, + mounted () { this.getSassList() this.form = JSON.parse(JSON.stringify(this.value))