设计完成

This commit is contained in:
2025-08-14 16:40:52 +08:00
parent 6a69798ec6
commit a305c5bc19
25 changed files with 459 additions and 1773 deletions

View File

@ -361,7 +361,7 @@ const handleBackProcess = async () => {
await backProcess(backForm.value).finally(() => {
loading.value = false;
buttonDisabled.value = false;
if (isDrawing.value) {
if (isDrawing.value) {
detailFormRef.value.submit(businessId.value);
}
});