From 125d5661f5441b9d4e6229d6b796c785d60ad1ab Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 22 Dec 2023 10:35:14 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E5=B9=B4=E5=BA=A6?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E8=AE=A2=E6=B5=81=E7=A8=8B=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E4=B8=BA=E8=A6=86=E7=9B=96=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue | 2 +- .../modules/EngineerInitBaseInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue index f81ed275..a5440bba 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue @@ -411,7 +411,7 @@ export default { this.$message.success(info.file.response.message || `${info.file.name} 文件上传成功`) } // 推入表格中 - this.dataSource = this.dataSource.concat(info.file.response.result) + this.dataSource = info.file.response.result } else { this.$message.warning(`${info.file.name} ${info.file.response.message}.`) } diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue index a7ea19c6..d7f2de97 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue @@ -420,7 +420,7 @@ export default { this.$message.success(info.file.response.message || `${info.file.name} 文件上传成功`) } // 推入表格中 - this.dataSource = this.dataSource.concat(info.file.response.result) + this.dataSource = info.file.response.result } else { this.$message.warning(`${info.file.name} ${info.file.response.message}.`) }