Browse Source

提交

master
xiaobai 3 years ago
parent
commit
83aa178914
  1. 5
      src/views/ysjl/3000/common/index.vue

5
src/views/ysjl/3000/common/index.vue

@ -1018,10 +1018,11 @@ export default {
})
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
})
arr.push(this.$refs.table1.tableData)
arr.push(arr1)
console.log(arr, 333333333)
this.bgfyData.forEach((row) => {
tableData.push({

Loading…
Cancel
Save