模板复制的问题

This commit is contained in:
lixuetao
2022-06-30 17:36:59 +08:00
parent 7e9d744e00
commit 2d32bcfb3c
@@ -174,7 +174,7 @@ export default {
methods: { methods: {
// 清单列表传出数据 // 清单列表传出数据
listVisibleRow(val) { listVisibleRow(val) {
this.selectedRowKeys = [] // this.selectedRowKeys = []
let newAreaTable=JSON.parse(JSON.stringify(this.areaTable)) let newAreaTable=JSON.parse(JSON.stringify(this.areaTable))
newAreaTable.forEach((item, index) => { newAreaTable.forEach((item, index) => {
if( item.id == this.listVisibleRowDate.id ) { if( item.id == this.listVisibleRowDate.id ) {