新增待办信息
This commit is contained in:
@@ -46,6 +46,9 @@ export const bizMyfilesForm = (params?: BizMyfiles | any) =>
|
||||
export const bizMyfilesSave = (params?: any, data?: BizMyfiles | any) =>
|
||||
defHttp.postJson<BizMyfiles>({ url: adminPath + '/biz/myfiles/save', params, data });
|
||||
|
||||
export const bizMyfilesEdit = (params?: any, data?: BizMyfiles | any) =>
|
||||
defHttp.postJson<BizMyfiles>({ url: adminPath + '/biz/myfiles/edit', params, data });
|
||||
|
||||
export const bizMyfilesImportData = (
|
||||
params: UploadFileParams,
|
||||
onUploadProgress: (progressEvent: AxiosProgressEvent) => void,
|
||||
|
||||
Reference in New Issue
Block a user