fix: 借贷账户bug修复。

This commit is contained in:
tianyongbao
2024-07-05 16:47:55 +08:00
parent 18cd332d17
commit 366ffc1363

View File

@@ -94,7 +94,7 @@ const data = reactive({
outAccountId: null, outAccountId: null,
inAccountId: null, inAccountId: null,
posId: null, posId: null,
commission: null, commission: 0,
amount: null, amount: null,
actualAmount: null, actualAmount: null,
dealType: null, dealType: null,