优化收款单,切换客户的时候清空下面的单据明细

This commit is contained in:
季圣华
2023-03-06 23:36:20 +08:00
parent ef47cb89b3
commit 9139aaf555
3 changed files with 6 additions and 2 deletions

View File

@@ -168,6 +168,10 @@ export const FinancialModalMixin = {
}
})
},
//选择供应商或客户的触发事件
onChangeOrgan(value) {
this.accountTable.dataSource = []
},
addSupplier() {
this.$refs.vendorModalForm.add();
this.$refs.vendorModalForm.title = "新增";