Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-10-12 09:55:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77e8c88617d528b5fdad44b0718ef5bd93da11fb
77e8c886
1 parent
6638b532
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/index.vue
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/index.vue
View file @
77e8c88
...
...
@@ -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; // 获取跳转过来的参数
},
...
...
Please
register
or
login
to post a comment