瀏覽代碼

分类列表,只有一个分类权限的时候重置默认选项卡

cxmo 1 年之前
父節點
當前提交
d127c5fce2
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/views/classify_manage/indexList.vue

+ 8 - 0
src/views/classify_manage/indexList.vue

@@ -22,6 +22,14 @@ export default {
         typeChange(e){
             this.type=e
         }
+    },
+    mounted(){
+        const {classifyBtn,enClassifyBtn,checkPermissionBtn} = this.permissionBtn
+        if(checkPermissionBtn(classifyBtn.classifyList_cnClassify)){
+            this.type = '1'
+        }else if(checkPermissionBtn(enClassifyBtn.classifyList_enClassify)){
+            this.type = '2'
+        }
     }
 }
 </script>