修改地块详情

This commit is contained in:
jsy_zjg 2024-11-22 18:25:26 +08:00
parent 90856e58f6
commit 554964d268

View File

@ -101,7 +101,6 @@
}, },
onLoad(options) { onLoad(options) {
this.item = JSON.parse(decodeURIComponent(options.item)); this.item = JSON.parse(decodeURIComponent(options.item));
console.log(this.item)
this.getDictList("custom_soil_type"); this.getDictList("custom_soil_type");
this.getDictList("custom_water_source_type"); this.getDictList("custom_water_source_type");
this.getLandInfo(); this.getLandInfo();