Commit 03f69942 authored by 华国豪's avatar 华国豪 🙄

no message

parent 40a7340d
......@@ -2699,11 +2699,11 @@
if (res.data.resultCode == 1) {
this.IsUnion = res.data.data.IsUnion
this.isAllowUpdate = res.data.data.IsUpdatePlatOrder
console.log('res.data.data', res.data.data)
this.addObj = res.data.data.modelPrice
let x = res.data.data.model;
console.log('chunjie', this.addObj)
console.log('OrderId', this.addObj.OrderId)
this.addObj.OrderId = x.orderId;
this.addObj.OrderId = x.OrderId;
this.addObj.OpSetLossMoney = x.OpSetLossMoney;
this.addMsg = x;
......
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