合同复制
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user