移除多余的return

This commit is contained in:
ywyonui 2025-09-25 20:14:23 +08:00
parent f42706629b
commit 33ae8f8115

View File

@ -292,7 +292,6 @@ const submit = async () => {
});
return;
}
return;
}
let submitApi = jsQjSqApi;
if (props.data && props.data.id) {