Browse Source

权限判断

DESKTOP-MINPJAU\Administrator 3 năm trước cách đây
mục cha
commit
0264751512
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/reports/InquiryOfConsultationFee.vue

+ 1 - 1
src/views/reports/InquiryOfConsultationFee.vue

@@ -116,7 +116,7 @@ const exportExcel = () => {
 }
 
 let deptList = $ref([])
-let showDeptList = needRule(1, 2, 32)
+let showDeptList = needRule([1, 2, 32])
 
 onMounted(() => {
   if (showDeptList) {