智慧农业后台管理页面
shuishen
2022-08-02 c7d469efc2bc11d2c54d2aafef90d16e27088eb8
src/views/land/cs.vue
@@ -165,6 +165,13 @@
            this.onLoad(this.page)
        },
        landInfo (item) {
          var arr = [];
          this.$store.state.tags.tagList.forEach((item) => {
            if (item.label != "地块详情") {
              arr.push(item);
            }
          });
          this.$store.state.tags.tagList = arr;
            this.$router.push({
                path: `/LandDetail`,
                query: item,
@@ -173,7 +180,6 @@
        onLoad (page, params = {}) {
            getList(1, 10, Object.assign(params, this.query)).then(res => {
                const data = res.data.data
                this.farmPlanList = data.records
            })
        },