优化图纸编辑功能和提交逻辑
This commit is contained in:
@ -91,6 +91,6 @@ export const view = (params: { id: string | number; projectId: string | number }
|
||||
/**
|
||||
* 编辑图纸
|
||||
*/
|
||||
export const edit = (data: TcreateReq & { projectId: number }) => {
|
||||
export const edit = (data: TcreateReq) => {
|
||||
return useDollarFetchRequest.put<IResponse<boolean>>('/prod-api/app-api/business/app/project/update', data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user