diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue
index a29626e..7eb2bbb 100644
--- a/src/views/system/ManageNodeInformation/index.vue
+++ b/src/views/system/ManageNodeInformation/index.vue
@@ -7,6 +7,7 @@
+
{
loading.close();
this.agreeNumber = res.data.agreeNumber;
@@ -1235,9 +1247,9 @@ export default {
this.routeId = this.$route.query.id;
triggerConditionList(this.routeId).then((res) => {
this.openlist.triggerConditionList = res.data;
-
if (res.data.length == 1) {
this.updata = res.data[0];
+ this.updatalist = [];
} else {
this.updata = res.data[0];
res.data.splice(0, 1);
@@ -1342,11 +1354,12 @@ export default {
// !e.taskSubdivision &&
// !e.taskStatus
// );
- if (this.routeName) {
- this.itemlist.routeName = this.routeName;
- } else {
- this.itemlist.routeName = this.$route.query.routeName;
- }
+ // if (this.routeName) {
+ // this.itemlist.routeName = this.routeName;
+ // } else {
+ // this.itemlist.routeName = this.$route.query.routeName;
+ // }
+ this.itemlist.routeName = Cookies.get("routeName");
specialDiseaseNode(this.itemlist).then((res) => {
this.info();
loading.close();
diff --git a/src/views/system/editorialSpecialization/index.vue b/src/views/system/editorialSpecialization/index.vue
index 8c190e0..e9531fc 100644
--- a/src/views/system/editorialSpecialization/index.vue
+++ b/src/views/system/editorialSpecialization/index.vue
@@ -351,6 +351,7 @@ import {
triggerCondition,
triggerConditionedit,
} from "@/api/system/editorialSpecialization";
+import Cookies from "js-cookie";
import { servicepackageinfo } from "@/api/manage/signRecord.js";
import { getAgencytype } from "@/api/system/agency";
@@ -695,6 +696,8 @@ export default {
routeName: uitem.routeName,
},
});
+ Cookies.set("routeName", uitem.routeName);
+
// const loading = this.$loading({
// lock: true,
// text: "Loading",