fix: 增加excel字段重复错误提示

This commit is contained in:
junjie
2021-06-28 13:50:53 +08:00
parent a9aab687d3
commit 9f8ef33647
2 changed files with 29 additions and 0 deletions

View File

@@ -132,6 +132,14 @@ export default {
this.uploading = true
},
uploadFail(response, file, fileList) {
this.path = ''
this.fields = []
this.sheets = []
this.data = []
const datas = this.data
this.$refs.plxTable.reloadData(datas)
this.name = ''
this.fileList = []
this.uploading = false
this.$message({
type: 'error',