Browse Source

Merge branch 'ETA1.0.4'

cxmo 1 year ago
parent
commit
92402e6eb1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/system_manage/newAuthManage.vue

+ 1 - 0
src/views/system_manage/newAuthManage.vue

@@ -108,6 +108,7 @@ export default {
             }).then(res=>{
                 if(res.Ret!==200) return 
                 this.$message.success('权限设置成功')
+                this.$router.back()
             })
         },
         formatTree(data,type){