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
jinhui.wang
2022-02-25 16:03:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
00d0f24cdcda76a99edbdad7a4bd60c693e3bed7
00d0f24c
1 parent
53a0e3f2
表格刷新
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
src/views/allocationConfig/flightAllocConfig/index.vue
src/views/allocationConfig/flightRandConfig/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/allocationConfig/flightAllocConfig/index.vue
View file @
00d0f24
...
...
@@ -146,6 +146,9 @@ export default {
loading: false,
};
},
activated(){
this.getList()
},
methods: {
getList() {
this.queryParams.limit = this.limit;
...
...
@@ -197,6 +200,7 @@ export default {
message: res.msg,
type: res.code === 200 ? "success" : "warning",
});
this.getList();
})
.catch(() => {});
});
...
...
src/views/allocationConfig/flightRandConfig/index.vue
View file @
00d0f24
...
...
@@ -567,10 +567,12 @@ export default {
// 目的航班弹出框返回
cancelFlightDate() {
this.openFlightDate = false;
this.findSourceFlightAndFlightDate();
},
// 取消按钮
cancel() {
this.open = false;
this.findSourceFlightAndFlightDate();
//this.reset();
},
// 状态字典翻译
...
...
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
00d0f24
...
...
@@ -1113,6 +1113,7 @@ export default {
// 取消按钮
cancel() {
this.open = false;
this.findAllFltData();
this.reset();
},
...
...
Please
register
or
login
to post a comment