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 }) },