审批保存

This commit is contained in:
‘huanghaiixia’
2025-12-02 17:55:03 +08:00
parent 1685ad147f
commit 2506d02e95
3 changed files with 17 additions and 6 deletions

View File

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