style:土地模块的开发
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | }, | ... | ... |
-
Please register or sign in to post a comment