From f2c152a3fc39c20fcfc6b0303132757a290e8d6f Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 18 Mar 2022 17:05:04 +0800 Subject: [PATCH] BUG 28357 --- core/apps/AppRightsManager/rightsAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/apps/AppRightsManager/rightsAdd.vue b/core/apps/AppRightsManager/rightsAdd.vue index f6980d33..d5135d47 100644 --- a/core/apps/AppRightsManager/rightsAdd.vue +++ b/core/apps/AppRightsManager/rightsAdd.vue @@ -137,7 +137,7 @@ export default { this.instance.post(this.top.actions.modify, null, { params: {...this.form, menus} }).then(res => { - if (res?.msg == "success") { + if (res?.code == 0) { this.$message.success(`${this.msgTitle}应用角色成功`) this.back() this.top.searchList()