修复BUG:
1.修复加入列权限后没有分页问题
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import {useColumnPermission} from '/@/stores/columnPermission';
|
import {useColumnPermission} from '/@/stores/columnPermission';
|
||||||
import {GetPermission} from "/@/views/kfmApps/serviceManage/api";
|
|
||||||
|
|
||||||
type permissionType = 'is_create' | 'is_query' | 'is_update';
|
type permissionType = 'is_create' | 'is_query' | 'is_update';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user