|
|
@@ -322,6 +322,7 @@
|
|
|
const newFileList = this.fileList.slice();
|
|
|
newFileList.splice(index, 1);
|
|
|
this.fileList = newFileList;
|
|
|
+ this.canClick=true
|
|
|
},
|
|
|
|
|
|
|
|
|
@@ -383,6 +384,7 @@
|
|
|
const newFileList = this.fileList1.slice();
|
|
|
newFileList.splice(index, 1);
|
|
|
this.fileList1 = newFileList;
|
|
|
+ this.canClick=true
|
|
|
},
|
|
|
|
|
|
|