Commit 47e62228 authored by youjie's avatar youjie

no message

parent 35de0929
......@@ -1772,6 +1772,7 @@
this.msg.SigningCustomerId = data.SigningCustomerId ? Number(data.SigningCustomerId) : ''
this.msg.DepositCustomerId = data.DepositCustomerId ? Number(data.DepositCustomerId) : ''
if (this.msg.DepositCustomerId) this.isDepositCustomer = true
if (this.msg.SigningCustomerId||this.msg.DepositCustomerId) this.$set(this.orderObj, 'isPrestore', true)
let obj = {
AccountId: '',
CurrencyId: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment