BUG 28357

This commit is contained in:
aixianling
2022-03-18 17:05:04 +08:00
parent b9159b8e15
commit f2c152a3fc

View File

@@ -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()