bug fix
This commit is contained in:
parent
43cefe0ed0
commit
c2daa8090e
|
@ -167,7 +167,9 @@
|
||||||
this.tableData.splice(index, 1);
|
this.tableData.splice(index, 1);
|
||||||
//
|
//
|
||||||
let i = this.uploadList.indexOf(file);
|
let i = this.uploadList.indexOf(file);
|
||||||
this.uploadList.splice(i, 1);
|
if (i > -1) {
|
||||||
|
this.uploadList.splice(i, 1);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
handleExceed() {
|
handleExceed() {
|
||||||
this.$message.error(this.$t('load_test.delete_file'));
|
this.$message.error(this.$t('load_test.delete_file'));
|
||||||
|
|
Loading…
Reference in New Issue