This commit is contained in:
2026-08-28 18:22:17 +08:00
parent a3ff00eaaf
commit 4fb8c74b5c
4 changed files with 117 additions and 23 deletions
+2 -1
View File
@@ -24,10 +24,11 @@ export const getDetail = id =>
},
});
export const getCarrierContracts = () =>
export const getCarrierContracts = projectIds =>
request({
url: `${baseUrl}/carrier-contracts`,
method: 'get',
params: { projectIds: (projectIds || []).join(',') },
});
export const saveDraft = row =>