This commit is contained in:
yanran200730
2022-03-21 08:33:12 +08:00

View File

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