合并
This commit is contained in:
@ -61,3 +61,12 @@ export const delProgressCategory = (id: string | number | Array<string | number>
|
||||
method: 'delete'
|
||||
});
|
||||
};
|
||||
|
||||
//下载
|
||||
export const downloadProgressCategory = (data) => {
|
||||
return request({
|
||||
url: '/progress/progressCategory/export',
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user