[update] 修改年度制修订流程导入为覆盖导入

This commit is contained in:
lideqin
2023-12-22 10:35:14 +08:00
parent 89ea1794c2
commit 125d5661f5
2 changed files with 2 additions and 2 deletions
@@ -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}.`)
}