Commit b5149132 authored by zhengke's avatar zhengke

修改

parent a5b621a8
...@@ -517,6 +517,8 @@ ...@@ -517,6 +517,8 @@
obj.HighSpeedPrice = tempHighSpeedFee; obj.HighSpeedPrice = tempHighSpeedFee;
obj.CostPrice = tempCostFee + tempHighSpeedFee; obj.CostPrice = tempCostFee + tempHighSpeedFee;
} }
}else{
obj.PayType=null;
} }
}, },
AddSubItem(item) { AddSubItem(item) {
...@@ -591,7 +593,7 @@ ...@@ -591,7 +593,7 @@
this.apipost('bus_get_SetPlan', this.PostData, res => { this.apipost('bus_get_SetPlan', this.PostData, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success("保存成功!"); this.Success("保存成功!");
this.MsgBus.$emit('msg') this.MsgBus.$emit('msg');
this.createTableData(); this.createTableData();
} else { } else {
this.Error(res.data.message); this.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