From 171a61c1b888c9f518dec4679fd005b2b9331630 Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:28:42 +0800 Subject: [PATCH] =?UTF-8?q?2024.7.7=20=E4=BA=A7=E5=93=81=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=94=B6=E9=9B=86-=E8=BD=AC=E9=87=8F=E4=BA=A7=E3=80=81?= =?UTF-8?q?=E6=89=80=E6=9C=89=E3=80=81=E7=94=9F=E4=BA=A7=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/com_project_proof_record.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/eam/com_project_proof_record.vue b/src/views/modules/eam/com_project_proof_record.vue index 5e6f4f9..3dad745 100644 --- a/src/views/modules/eam/com_project_proof_record.vue +++ b/src/views/modules/eam/com_project_proof_record.vue @@ -1265,7 +1265,6 @@ }) }, saveSelectionDocumentType() { - this.getProofDocument() if (this.documentSelection.length === 0) { this.$message({ message: '请选择文档类型', @@ -1292,6 +1291,7 @@ message: '新增成功', type: 'success' }) + this.getProofDocument() this.addDocumentTypeFlag = false //刷新表格 this.refreshCurrentTabTable()