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-10-07 10:56:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
275535c56448ddcc184561c270b3f1fdbd3e3056
275535c5
1 parent
f2b3189c
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/index.vue
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/index.vue
View file @
275535c
...
...
@@ -362,7 +362,7 @@ export default {
cancelButtonText: "取消",
type: "warning",
}).then(() => {
enableOrDisable({ id: item.id, status: item.status })
enableOrDisable({ id: item.id, status: item.status
== "1" ? "3" : "1"
})
.then((res) => {
const { code, msg } = res;
if (code == 200) {
...
...
Please
register
or
login
to post a comment