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

刷新页面

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