mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
fix: 增加excel字段重复错误提示
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user