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
1730532197@qq.com
2021-12-03 11:47:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8df140a274bc708ff3892f7894193dba67544652
8df140a2
1 parent
11d48797
lwj
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/allocationConfig/flightRandConfig/index.vue
src/views/allocationConfig/flightRandConfig/index.vue
View file @
8df140a
...
...
@@ -316,8 +316,13 @@
this.loadingFlightDate = true;
this.sourceFlightAndFlightDate = [];
findSourceFlightAndFlightDateApi(this.queryParams).then(response => {
if(response.code === 200){
this.sourceFlightAndFlightDate = response.data;
this.loadingFlightDate = false;
}else{
this.msgError(response.msg);
}
});
...
...
Please
register
or
login
to post a comment