src/views/securityCompany/security.vue
@@ -468,27 +468,11 @@ // delete (row["name"]); var obj = row; obj["name"] = "保安公司详细信息"; console.log(obj, "obj"); this.$router.push({ path: `/securityCompany/index`, query: obj, }); var flag = false, i = 0, ind = null; this.$store.state.tags.tagList.forEach((item, index) => { if (item.label == "保安公司详细信息") { if (flag == false) { ind = index; flag = true; } i++; } }); if (i > 1) { this.$store.state.tags.tagList.splice(ind, 1); } }, }, };