251223:1649 On going update to 1.7.0: Refoctory drawing Module & document number Module
This commit is contained in:
@@ -27,7 +27,7 @@ export const contractDrawingService = {
|
||||
/**
|
||||
* สร้างแบบสัญญาใหม่
|
||||
*/
|
||||
create: async (data: CreateContractDrawingDto) => {
|
||||
create: async (data: CreateContractDrawingDto | FormData) => {
|
||||
const response = await apiClient.post("/drawings/contract", data);
|
||||
return response.data;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user