Elements-SY

modify

...@@ -98,14 +98,14 @@ export default { ...@@ -98,14 +98,14 @@ export default {
98 created() { 98 created() {
99 this.getAllDictData(); // 获取全部字典 99 this.getAllDictData(); // 获取全部字典
100 const parmas = { 100 const parmas = {
101 - querySpecifyData: this.$route.query.querySpecifyData || "", // 查询特殊数据字段 101 + querySpecifyData: this.$route.query.querySpecifyData || "", // 查询特殊数据字段 1、2
102 purposeOfFlightNo: this.$route.query.purposeOfFlightNo || "", // 航班号 102 purposeOfFlightNo: this.$route.query.purposeOfFlightNo || "", // 航班号
103 flightDate: this.$route.query.flightDate || "", // 飞行日期 103 flightDate: this.$route.query.flightDate || "", // 飞行日期
104 flightRouteListStr: this.$route.query.flightRouteListStr || "", // 飞行航线集合 104 flightRouteListStr: this.$route.query.flightRouteListStr || "", // 飞行航线集合
105 - status: this.$route.query.status || "", // 状态 105 + status: this.$route.query.status || "", // 状态:0 无效、1 有效、2 配置中、3 停用
106 dataStatus: this.$route.query.dataStatus || "", // add 、edit、view 106 dataStatus: this.$route.query.dataStatus || "", // add 、edit、view
107 flightKindName: this.$route.query.flightKindName || "", // 航班种类White Tail 、Purple Tail 107 flightKindName: this.$route.query.flightKindName || "", // 航班种类White Tail 、Purple Tail
108 - pageName: this.$route.query.pageName || "", // 108 + pageName: this.$route.query.pageName || "", // flightAllocConfig、flightInformationMaintenance、flightRandConfig、dmLog
109 id: this.$route.query.id || "", 109 id: this.$route.query.id || "",
110 }; 110 };
111 // 指定隐藏或显示From表单域 111 // 指定隐藏或显示From表单域
......