智慧农业后台管理页面
xiebin
2022-08-03 3ca2287a1430657bbfda00e1bc209ada9ff83b79
地块删除页面跳转修复
1 files modified
11 ■■■■ changed files
src/views/land/LandDetail.vue 11 ●●●● 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()
                })
        },
        //修改地块