Commit 90f1a43f authored by youjie's avatar youjie

no message

parent 4e96d013
......@@ -1717,7 +1717,7 @@
if (res.data.resultCode == 1) {
let data = res.data.data;
this.msg = JSON.parse(JSON.stringify(data));
this.msg.SigningCustomerId = Number(data.SigningCustomerId)
this.msg.SigningCustomerId = data.SigningCustomerId?Number(data.SigningCustomerId):''
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