fix: 借贷账户bug修复。
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user