소스 검색

拿掉查看权限,设置权限仅设置选定角色,增加返回

cxmo 1 년 전
부모
커밋
c62ae42523
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system_manage/newAuthManage.vue

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

@@ -9,7 +9,7 @@
                     </el-option>
                 </el-select> -->
             </div>
-            <el-button style="margin-left:auto;marginRight:50px;width:140px;" @click="saveAuth" v-if="!isLook">取消
+            <el-button style="margin-left:auto;marginRight:50px;width:140px;" @click="$router.back()" v-if="!isLook">取消
             </el-button>
             <el-button type="primary" style="marginRight:50px;width:140px;" @click="saveAuth" v-if="!isLook">确定
             </el-button>