7ec09ded by renchao@pashanhoo.com

style:土地模块的开发

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