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 16:14:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6f958b8b1bcc190276115b09d18d87349b231ce7
6f958b8b
1 parent
138fb13d
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/basicInformation/queryCargo/info.vue
src/views/basicInformation/queryCargo/info.vue
View file @
6f958b8
...
...
@@ -199,6 +199,7 @@ export default {
this.cleaerForm();
this.$emit("dialogBeforeClose", { close: false, reload: true });
} else if (res.code === 201) {
this.loading = false
let arr = []
res.data.forEach(item => {
let obj = {
...
...
@@ -210,6 +211,7 @@ export default {
this.$router.push({ name: 'UpDateResult', query: { data: arr, from: 'queryCargo' } })
this.dialogBeforeClose()
} else if (res.code === 203) {
this.loading = false
this.reBatchMoveCargoToOtherFlight(res.msg, 'notInWhite')
} else {
this.msgWarning(res.msg)
...
...
Please
register
or
login
to post a comment