|
@@ -535,7 +535,7 @@ export default {
|
|
|
this.proVisible = false;
|
|
|
this.$message.success("操作完成");
|
|
|
this.getData(); // 在上传完所有文件后再调用getData
|
|
|
- }, 3000);
|
|
|
+ }, 1000);
|
|
|
};
|
|
|
|
|
|
await uploadFiles(event.target.files);
|
|
@@ -557,6 +557,7 @@ export default {
|
|
|
message: msg,
|
|
|
type: status == 'success' ? status : 'error'
|
|
|
})
|
|
|
+ this.getData()
|
|
|
setTimeout(() => {
|
|
|
this.fileArray.forEach(e => {
|
|
|
if (e.documentid === uuid) {
|