修复多图上传重置后缓存还在

This commit is contained in:
sakuya 2021-05-21 20:52:26 +08:00
parent 3c066a055b
commit 5c54c698a1
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
}, },
watch:{ watch:{
modelValue(){ modelValue(){
this.$refs.upload.uploadFiles=this.modelValuetoArr
this.fileList = this.modelValuetoArr this.fileList = this.modelValuetoArr
this.value = this.modelValue this.value = this.modelValue
}, },