crc临床数据同名文件上传问题
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-06 16:31:17 +08:00
parent 86557af12f
commit e98e826328
1 changed files with 4 additions and 2 deletions

View File

@ -287,7 +287,7 @@
type="file" type="file"
name="file" name="file"
multiple multiple
ref="file" ref="addFile"
style=" style="
position: absolute; position: absolute;
top: 0; top: 0;
@ -582,7 +582,9 @@ export default {
} }
} }
this.handleUploadFile(); this.handleUploadFile();
this.$refs.file.value = null; this.$refs.addFile.forEach(item=>{
item.value = null;
})
}, },
async handleUploadFile() { async handleUploadFile() {
this.btnLoading = true; this.btnLoading = true;