子路径修改
This commit is contained in:
parent
10393882e5
commit
9661ae223f
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user