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-08-22 15:22:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
724475bc947d7c4d816c60495e055d33e36e959d
724475bc
1 parent
7ea9f463
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/views/allocationConfig/cargoAllocation/info.vue
src/views/allocationConfig/cargoAllocation/info.vue
View file @
724475b
...
...
@@ -188,13 +188,16 @@ export default {
this.msgSuccess('货物配舱成功')
this.cleaerForm();
this.$emit("dialogBeforeClose", { close: false, reload: true });
} else if (res.code === 203) {
}
else if (res.code === 203) {
this.reallocationFlight(res.msg, 'notInWhite')
}
else {
}else {
this.msgWarning(res.msg)
this.loading = false
}
});
}).catch(() => {
this.loading = false;
});
}).catch(() => {
this.msgSuccess('配舱已取消')
this.loading = false
...
...
Please
register
or
login
to post a comment