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
1730532197@qq.com
2021-12-10 15:17:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
018cc389ba149b64c7b1b1ccff821e043266d84d
018cc389
1 parent
5463bd42
lwj
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/systemConfig/userConfig/index.vue
src/views/systemConfig/userConfig/index.vue
View file @
018cc38
...
...
@@ -500,7 +500,7 @@
return delOrEnableORDisableApi(disable);
}).then(response => {
if (response.code == 200) {
this.find
SourceFlightRules
();
this.find
AllFltData
();
this.msgSuccess(statusText + "成功");
} else {
this.msgError(response.msg);
...
...
@@ -518,7 +518,7 @@
if (response.code === 200) {
this.msgSuccess("保存成功");
this.open = false;
this.find
SourceFlightRules
();
this.find
AllFltData
();
} else {
this.msgError(response.msg);
}
...
...
@@ -583,7 +583,7 @@
handleQuery() {
this.queryParams.pageNum = 1;
this.queryParams.start = 0;
this.find
SourceFlightRules
();
this.find
AllFltData
();
}
}
...
...
Please
register
or
login
to post a comment