Commit fece837c authored by 邓春圆's avatar 邓春圆

刷新页面

parent b147f16d
...@@ -879,13 +879,14 @@ export default { ...@@ -879,13 +879,14 @@ export default {
currencyUnit:this.lineform.currencyUnit currencyUnit:this.lineform.currencyUnit
}).then(res => { }).then(res => {
this.$modal.msgSuccess(this.$t("操作成功")); this.$modal.msgSuccess(this.$t("操作成功"));
for(let index in this.routeList) { // for(let index in this.routeList) {
let routeItem = this.routeList[index]; // let routeItem = this.routeList[index];
if(routeItem.lineId && routeItem.lineId == this.lineform.lineId) { // if(routeItem.lineId && routeItem.lineId == this.lineform.lineId) {
// routeItem.otherService = otherService; // // routeItem.otherService = otherService;
this.$set(routeItem, 'otherService', otherService); // this.$set(routeItem, 'otherService', otherService);
} // }
} // }
this.getRouteList()
this.serviceOpen = false; this.serviceOpen = false;
}) })
}, },
......
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