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