Elements-SY

modify

......@@ -149,7 +149,7 @@ export default {
_this.noDateLevelData(this.noDateParmas);
formConfig.map((item) => {
if (item.type !== "slot") {
if (item.label == "航班日期") {
if (item.label == "航线") {
item.hidden = true;
}
}
......@@ -161,6 +161,13 @@ export default {
dateParmas: this.dateParmas,
noDateParmas: this.noDateParmas,
});
formConfig.map((item) => {
if (item.type !== "slot") {
if (item.label == "航线") {
item.hidden = true;
}
}
});
}
_this.queryForm = _this.$route.query; // 获取跳转过来的参数
},
......