From 9661ae223fa2d209ab7ecac890958b812e7b2714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 21 Jun 2024 11:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManageNodeInformation/index.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index b511abc..a29626e 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -847,6 +847,7 @@ export default { label: "药品名称", }, ], + routeName: "", updata: [], updatalists: [], updatalist: [], @@ -964,10 +965,8 @@ export default { title: "提示", message: "修改触发条件成功", }); - this.itemlist.routeName = res.data; - // this.updata.suitRange=this.openlist.suitRange + this.routeName = res.data; } - this.infolist(); this.openfalse(); }); @@ -1104,7 +1103,7 @@ export default { )?.dictCode; setTimeout(() => { this.changelisy(); - }, 20); + }, 30); this.itemlist.specialDiseaseRouteId = this.$route.query.id; this.itemlist.routeName = this.$route.query.routeName; selectSpecialDisease(this.$route.query.id).then((res) => { @@ -1343,6 +1342,11 @@ export default { // !e.taskSubdivision && // !e.taskStatus // ); + if (this.routeName) { + this.itemlist.routeName = this.routeName; + } else { + this.itemlist.routeName = this.$route.query.routeName; + } specialDiseaseNode(this.itemlist).then((res) => { this.info(); loading.close();