7ec09ded by renchao@pashanhoo.com

style:土地模块的开发

1 parent 1db8c667
......@@ -112,7 +112,7 @@
this.tableData.datastwo.forEach(item => {
item.bglx = '2'
})
this.bdcdysz = [...this.bdcdysz[0], this.tableData.datastwo]
this.bdcdysz = [this.bdcdysz[0], ...this.tableData.datastwo]
}
})
},
......