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();