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}.`) }