From 338610dc51ca69223b4ef0b0236cdf1855313634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=BA=A2=E5=85=B5?= <374362909@qq.com> Date: Wed, 4 Mar 2026 15:48:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(purchase):=20=E4=BC=98=E5=8C=96=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=9D=90=E6=96=99=E5=8A=9F=E8=83=BD-=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E7=A1=AE=E8=AE=A4=E6=8C=89=E9=92=AE/=E9=99=90?= =?UTF-8?q?=E5=88=B6=E4=B8=8A=E4=BC=A01=E4=B8=AA=E6=96=87=E4=BB=B6/?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasingrequisition/UpdateFilesDialog.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/purchase/purchasingrequisition/UpdateFilesDialog.vue b/src/views/purchase/purchasingrequisition/UpdateFilesDialog.vue index ba69dbe..3c5d142 100644 --- a/src/views/purchase/purchasingrequisition/UpdateFilesDialog.vue +++ b/src/views/purchase/purchasingrequisition/UpdateFilesDialog.vue @@ -9,7 +9,7 @@ - + @@ -21,7 +21,7 @@ @@ -132,6 +131,10 @@ const open = async (id: string, no?: string) => { const handleUploadSuccess = (res: any, fileType: string) => { if (res && res.data) { useMessage().success('上传成功'); + // 自动提交更新 + nextTick(() => { + handleSubmit(); + }); } };