合同复制

This commit is contained in:
2026-06-01 14:56:23 +08:00
parent 38cadd7d57
commit 86ab21308e
2 changed files with 23 additions and 1 deletions
+7
View File
@@ -46,6 +46,13 @@ export function updateLaunchDraft(data) {
});
}
export function copyLaunchDraft(id) {
return request({
url: `/contract/launch/${id}/copy`,
method: "post",
});
}
export function submitLaunchRecord(id) {
return request({
url: `/contract/launch/${id}/submit`,