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,
inAccountId: null,
posId: null,
commission: null,
commission: 0,
amount: null,
actualAmount: null,
dealType: null,