From a46b3f7a65f238bdeda383d10df73f263a96852b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 23 May 2024 09:37:51 +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/ManuallyCreatingTasks/index.vue | 877 ++++++++++-------- src/views/system/specialDiseaseNode/index.vue | 15 +- 2 files changed, 508 insertions(+), 384 deletions(-) diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index 40a1f48..c201420 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -1,437 +1,572 @@ \ No newline at end of file diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 37a3b99..0db4a34 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -38,7 +38,7 @@ >
- + el.dictValue == e @@ -548,15 +545,7 @@ export default { this.parentDictCode = this.options.find( (el) => el.dictValue == this.updata.suitRange ).dictCode; - list(this.parentDictCode).then((res) => { - this.parentDictCodelist = res.rows; - res.rows.forEach((e) => { - this.lists.forEach((el) => { - el.routeNodeName = e.dictLabel; - }); - }); - }); - // console.log(this.updata.suitRange, "this.updata.suitRange"); + this.changelisy(); this.updata.routeName = this.$route.query.routeName; this.updata.specialDiseaseRouteId = this.$route.query.id; selectSpecialDisease(this.$route.query.id).then((res) => {