Commit d66f12f5 authored by youjie's avatar youjie

no message

parent 09cc9185
......@@ -938,7 +938,7 @@ export default {
}
// 同业制单
if(this.tradeObj.OtherType){
if(this.tradeObj&&this.tradeObj.OtherType){
this.msg.OtherType = this.tradeObj.OtherType?this.tradeObj.OtherType:0;
this.msg.ReFinanceId = this.tradeObj.ReFinanceId?this.tradeObj.ReFinanceId:0;
this.msg.ReFinanceId2 = this.tradeObj.ReFinanceId2?this.tradeObj.ReFinanceId2:0;
......
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