From 657f08c7d1de034d9ff6d9778636c5fd5f9fc306 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 20 Jan 2022 16:50:05 +0800 Subject: [PATCH] bug --- src/apps/AppServicePublic/Add.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue index f2bd66e6..d34183d3 100644 --- a/src/apps/AppServicePublic/Add.vue +++ b/src/apps/AppServicePublic/Add.vue @@ -71,19 +71,17 @@ export default { }, computed: {...mapState(['user'])}, onLoad(o) { + this.moduleId = o.moduleId + this.getModuleInfo() if (o.id) { this.id = o.id } - - this.moduleId = o.moduleId if (!o.id) { this.forms.areaId = this.user.areaId - }else { this.isShow = true } this.listName = o.listName this.getType() - this.getModuleInfo() }, onShow() { document.title = this.listName