From 68c5dce21cdedd3c18158fb1a03fb8279341c8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 9 Jul 2024 15:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/components/officialAccount.vue | 6 +- src/views/system/components/question.vue | 270 ++-------- src/views/system/question/index.vue | 1 + src/views/system/specialDiseaseNode/index.vue | 507 +++++------------- 4 files changed, 181 insertions(+), 603 deletions(-) diff --git a/src/views/system/components/officialAccount.vue b/src/views/system/components/officialAccount.vue index d70efa5..40b92a1 100644 --- a/src/views/system/components/officialAccount.vue +++ b/src/views/system/components/officialAccount.vue @@ -3,8 +3,8 @@ {{ handleselectName ? handleselectName : - '选择公众号模板' }} - + @@ -147,7 +147,6 @@ export default { watch: { name(val) { this.querydepartmen.departmentName = val - this.Departmentlist(); }, templateId(newValue, oldValue) { this.handleselectId = newValue; @@ -162,7 +161,6 @@ export default { }, created() { this.getList(); - this.Departmentlist(); }, methods: { classificationOpenfalse() { diff --git a/src/views/system/components/question.vue b/src/views/system/components/question.vue index 4fb8be1..505109b 100644 --- a/src/views/system/components/question.vue +++ b/src/views/system/components/question.vue @@ -1,184 +1,70 @@