BUG 28357
This commit is contained in:
@@ -137,7 +137,7 @@ export default {
|
|||||||
this.instance.post(this.top.actions.modify, null, {
|
this.instance.post(this.top.actions.modify, null, {
|
||||||
params: {...this.form, menus}
|
params: {...this.form, menus}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.msg == "success") {
|
if (res?.code == 0) {
|
||||||
this.$message.success(`${this.msgTitle}应用角色成功`)
|
this.$message.success(`${this.msgTitle}应用角色成功`)
|
||||||
this.back()
|
this.back()
|
||||||
this.top.searchList()
|
this.top.searchList()
|
||||||
|
|||||||
Reference in New Issue
Block a user