代码更新

This commit is contained in:
2022-12-06 19:12:51 +08:00
parent 618f0e0831
commit 04ea3d02cf
6 changed files with 340 additions and 8 deletions

View File

@@ -396,7 +396,7 @@ export default {
}
},
deleteRow(row) {
checkoutbill.allCancel(row).then(res => {
checkoutbill.oneCancel(row).then(res => {
this.queryTableDtl()
})
},