| src/views/land/LandDetail.vue | ●●●●● patch | view | raw | blame | history |
src/views/land/LandDetail.vue
@@ -167,9 +167,14 @@ type: "success", message: "操作成功!" }) this.$router.push({ path: `/land/cs`, }) var arr = []; this.$store.state.tags.tagList.forEach((item) => { if (item.label != "地块详情") { arr.push(item); } }); this.$store.state.tags.tagList = arr; this.$router.back() }) }, //修改地块