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-11-23 17:26:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed5e256d3c09c5aead37719bb735eb51ee95d6c0
ed5e256d
1 parent
7b9fbe1a
loading状态修正,参数初始化修正
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/views/allocationConfig/cargoAllocation/info.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/allocationConfig/cargoAllocation/info.vue
View file @
ed5e256
...
...
@@ -197,6 +197,7 @@ export default {
});
}).catch(() => {
this.msgSuccess('配舱已取消')
this.loading = false
this.cleaerForm();
this.$emit("dialogBeforeClose", {
close: false,
...
...
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
ed5e256
...
...
@@ -900,6 +900,7 @@ export default {
//取消按钮
cancel() {
this.routeList = []
this.ishighPriceWeightPercent = true
this.routeMultiple = false
this.open = false;
this.findAllFltData();
...
...
Please
register
or
login
to post a comment