Browse Source

Merge branch 'master' of http://182.92.174.150:3000/tiegu/czo

lz 3 năm trước cách đây
mục cha
commit
dcd92cb74f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/api/system/role.js

+ 2 - 2
src/api/system/role.js

@@ -137,9 +137,9 @@ export function authUserCancelAll(data) {
 }
 
 // 查询角色菜单表头权限列表
-export function getTableHeadList(roleId, menuId) {
+export function getTableHeadList(roleId, menuId, checkStatus) {
   return request({
-    url: '/system/role/tableHeadList/?roleId=' + roleId + '&menuId=' + menuId,
+    url: '/system/role/tableHeadList/?roleId=' + roleId + '&menuId=' + menuId + '&checkStatus=' + checkStatus,
     method: 'get'
   })
 }