[update] 修改年度制修订流程导入为覆盖导入
This commit is contained in:
+1
-1
@@ -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}.`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user