页面列表与按钮样式 调整
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
|
||||
|
||||
|
||||
interface getRegisterPage {
|
||||
pageNo: number;
|
||||
pageSize: number;
|
||||
@ -19,11 +16,3 @@ interface getCategoryPage {
|
||||
}
|
||||
export const getCategoryPage = (data: getCategoryPage) => request.post('/coscoSupplierBase/getCategoryPage', { data });
|
||||
|
||||
|
||||
|
||||
export async function systemDict(dict:String) {
|
||||
return request(`/api/system/${dict}`, {
|
||||
method: 'GET'
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user