From 798e30e60de4040333ccf7d621ced44765f17224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Mon, 22 Apr 2024 17:18:45 +0800 Subject: [PATCH] xg --- src/views/system/specialDiseaseNode/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index a618359..3ffe327 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -527,6 +527,7 @@ export default { this.form.taskSubdivision = '' this.form.taskSubdivisionName = '' this.form.taskSubdivisiontemplateType = '' + this.taskStatusDictList = [] if (taskSubdivision) { this.form.taskSubdivision = taskSubdivision this.changetaskSubdivision(taskSubdivision, 1)