新增前端vue
This commit is contained in:
@@ -30,6 +30,9 @@ export interface ErpAccount extends BasicModel<ErpAccount> {
|
||||
|
||||
export const erpAccountList = (params?: ErpAccount | any) =>
|
||||
defHttp.get<ErpAccount>({ url: adminPath + '/erp/account/list', params });
|
||||
|
||||
export const erpAccountListAll = (params?: ErpAccount | any) =>
|
||||
defHttp.get<ErpAccount[]>({ url: adminPath + '/erp/account/listAll', params });
|
||||
|
||||
export const erpAccountListData = (params?: ErpAccount | any) =>
|
||||
defHttp.post<Page<ErpAccount>>({ url: adminPath + '/erp/account/listData', params });
|
||||
|
||||
Reference in New Issue
Block a user