Commit 23677c39 authored by 何远江's avatar 何远江

添加区域标记修改

parent 8131d776
......@@ -171,6 +171,9 @@ export const apiClearMark = (fileId: any) => {
export const addExcelArea = (data: any) => {
return axios.post('/api/excelMark/addExcelArea', data)
}
export const editExcelArea = (data: any) => {
return axios.post('/api/excelMark/editExcelArea', data)
}
export const getExcelAreaByFileId = (orderFileId: string) => {
return axios.get('/api/excelMark/getExcelAreaByFileID', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment