From 683b5164aa79cb52a69dfbff79e966bef1131260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E8=BE=89?= Date: Tue, 19 Nov 2024 14:41:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E7=9A=84=E5=B1=9E=E6=80=A7valueKey=E4=B8=BAi?= =?UTF-8?q?d=E6=97=B6=E7=9A=84=E9=80=89=E6=8B=A9=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/fileSelector/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/fileSelector/index.vue b/web/src/components/fileSelector/index.vue index db3c706..ca56c89 100644 --- a/web/src/components/fileSelector/index.vue +++ b/web/src/components/fileSelector/index.vue @@ -3,7 +3,7 @@ - +
@@ -167,6 +167,7 @@ const listRequest = async () => { selectedInit(); }; const listRequestAll = async () => { + console.log(props.inputType) if (props.inputType !== 'selector') return; let res = await fileApi.GetAll(); listAllData.value = res.data;