From d002bc085a937c48d4ac29037ef24c00ca21d1e1 Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=2083392=EF=BC=8C=E5=86=85?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E4=BC=9A=E8=AE=AE--=E6=96=B0=E5=A2=9E/?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2--=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E8=AE=AE=E9=A2=98=E7=9A=84=E7=A7=BB=E5=8A=A8=E6=B2=A1=E6=8A=8A?= =?UTF-8?q?=E8=AE=AE=E9=A2=98=E6=9D=90=E6=96=99=E5=B8=A6=E8=BF=87=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomFormComponents/File.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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() + // } } } },