批量来款、开票备注bug

This commit is contained in:
zhaoxiao
2021-09-26 18:48:44 +08:00
parent df5b0b6142
commit 44b095290c
2 changed files with 6 additions and 0 deletions
@@ -362,6 +362,9 @@ export default {
open() {
console.log(this.selectedData)
this.dataSource = this.selectedData
this.dataSource.forEach(item => {
item.remark = null
})
this.loadData()
},
close() {