jinhui.wang

注释代码打开

...@@ -862,14 +862,14 @@ export default { ...@@ -862,14 +862,14 @@ export default {
862 this.infoForm.list.push(this.dataHandle(item)) 862 this.infoForm.list.push(this.dataHandle(item))
863 } 863 }
864 }) 864 })
865 - // //否则插入占位基础数据 865 + //否则插入占位基础数据
866 - // this.infoForm.list.push({ 866 + this.infoForm.list.push({
867 - // purposeOfFlightNo: this.infoForm.fltNo, 867 + purposeOfFlightNo: this.infoForm.fltNo,
868 - // ruleDate: this.infoForm.fltDate, 868 + ruleDate: this.infoForm.fltDate,
869 - // flightRoute: route.route, 869 + flightRoute: route.route,
870 - // routePriority: route.routePriority, 870 + routePriority: route.routePriority,
871 - // }) 871 + })
872 - // this.newRoute(sub) 872 + this.newRoute(sub)
873 } 873 }
874 }) 874 })
875 }) 875 })
......