Преглед на файлове

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

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>