客户表单附件

This commit is contained in:
‘huanghaiixia’
2025-12-01 16:55:28 +08:00
parent b1cd0a5168
commit 3232319675
6 changed files with 85 additions and 86 deletions

View File

@ -326,7 +326,7 @@
};
}
async function onSave() {
let value = await formInformation.value.handleSubmit();
let value = await formInformation.value.handleSubmit(true);
}
async function saveLaunchNew() {
if (!taskId.value && rDraftsId.value != '0') {