变更申请表保存接口完成

This commit is contained in:
2026-09-02 16:28:26 +08:00
parent 4f47ac0318
commit cb918ea562
5 changed files with 503 additions and 405 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export function applicationSaveApi(id: number, params: {
}) {
return request({
url: `/api/changes/${id}/apply-form`,
method: 'post',
method: 'put',
data: params
});
}