图纸 优化

This commit is contained in:
2025-08-13 19:11:51 +08:00
parent 6d102306df
commit f06e1a0197
12 changed files with 1126 additions and 726 deletions

View File

@ -17,3 +17,10 @@ export const byProjectId = (ProjectId) => {
method: 'get'
});
};
// 导出收资清单
export const exportWord = (params) => {
return request({
url: '/design/collect/exportWord?id=' + params.id,
method: 'post'
});
};