Commit 98803307 authored by youjie's avatar youjie

no message

parent fc31cd70
...@@ -2150,9 +2150,7 @@ ...@@ -2150,9 +2150,7 @@
if (this.$route.query.InPay) { if (this.$route.query.InPay) {
this.msg.Type = this.$route.query.InPay; this.msg.Type = this.$route.query.InPay;
} }
if(this.tradeObj.CostType){ if(this.tradeObj&&this.tradeObj.CostType) this.detailList.CostTypeId = this.tradeObj.CostType
this.detailList.CostTypeId = this.tradeObj.CostType
}
} else { } else {
this.loading = false; this.loading = false;
this.$message.error(res.data.message); this.$message.error(res.data.message);
......
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