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
shanyunduo.cheng
2024-01-04 17:29:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d81a12e26ca41546a4cac4be3c99dd8feaebdd4c
d81a12e2
1 parent
0ed96a23
特殊配舱规则修改,停用,启用,删除不跳转到第一页
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/systemConfig/superAllocation/index.vue
src/views/systemConfig/superAllocation/index.vue
View file @
d81a12e
...
...
@@ -152,7 +152,7 @@ export default {
changeStatusById({ id: val.id, status: 2 }).then(res => {
if (res.code === 200) {
this.msgSuccess(`删除成功!已释放舱位${res.data}`)
this.selection(
1
)
this.selection()
} else {
this.msgWarning(res.msg)
}
...
...
@@ -220,7 +220,7 @@ export default {
} else {
this.msgSuccess(`${val.tip}成功!`)
}
this.selection(
1
)
this.selection()
} else {
this.msgWarning(res.msg)
}
...
...
@@ -232,7 +232,7 @@ export default {
close() {
this.dialogVisible = false
this.ruleData = {}
this.selection(
1
)
this.selection()
},
//翻页
currentChange(val) {
...
...
Please
register
or
login
to post a comment