fix:重复冲销问题修复

This commit is contained in:
zhouz
2025-10-22 16:10:54 +08:00
parent 407e196778
commit 4b00c46269

View File

@@ -289,6 +289,7 @@ export default {
crudOutchargefrom.charge(this.currentRow).then(res => {
this.crud.notify('单据确认成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()
this.currentRow = null
})
}
}