Commit 590bfcd5 authored by 吴春's avatar 吴春
parents a222d8a6 6b068789
......@@ -2437,7 +2437,7 @@
this.ScreenHeight = "300px";
}
this.getMinPrice(this.productObj.LineID); // 当前线路报价
this.getScenicRefund(this.PTCID); // 可退景点
//获取所有账户列表
this.getPlatformAccount(this.productObj.PlatformAccountTypeId);
},
......@@ -2482,12 +2482,13 @@
this.addMsg.LureEmpId = this.crmOrderObj.LureEmpId; //引流id
this.addMsg.CRMGuestId = this.crmOrderObj.CRMGuestId; //客人ID
}
},
deep: true,
},
//监听TCID变化
PTCID: function (oldValue, newVal) {
this.getScenicRefund(this.PTCID); // 可退景点
},
'addMsg.CustomerId':{
handler(oldValue, newVal) {
......
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