diff --git a/src/components/CustomFormComponents/File.vue b/src/components/CustomFormComponents/File.vue index 9633e1d1f..9b3f3e993 100644 --- a/src/components/CustomFormComponents/File.vue +++ b/src/components/CustomFormComponents/File.vue @@ -212,10 +212,11 @@ export default { }, watch: { value: { - handler(val) { - if (this.showFileModel) { - this.getShowFileList() - } + handler () { + this.getShowFileList() + // if (this.showFileModel) { + // this.getShowFileList() + // } } } },