|
@ -1018,10 +1018,11 @@ export default { |
|
|
}) |
|
|
}) |
|
|
arr.push(item.data) |
|
|
arr.push(item.data) |
|
|
}) |
|
|
}) |
|
|
this.$refs.table1.tableData.map(item => { |
|
|
let arr1 = JSON.parse(JSON.stringify(this.$refs.table1.tableData)) |
|
|
|
|
|
arr1.map(item => { |
|
|
delete item.name |
|
|
delete item.name |
|
|
}) |
|
|
}) |
|
|
arr.push(this.$refs.table1.tableData) |
|
|
arr.push(arr1) |
|
|
console.log(arr, 333333333) |
|
|
console.log(arr, 333333333) |
|
|
this.bgfyData.forEach((row) => { |
|
|
this.bgfyData.forEach((row) => { |
|
|
tableData.push({ |
|
|
tableData.push({ |
|
|