From 70b6b0052f32d08bb7dfb29878d5bf5b17d793b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Thu, 7 Mar 2024 10:40:21 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=BC=B9=E7=AA=97=E9=80=89=E6=8B=A9=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=96=87=E4=BB=B6=E5=90=8E=E5=86=8D=E6=8A=8A=E5=AE=83?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AE=9E=E9=99=85=E4=B8=8A=E5=B9=B6=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=88=A0=E6=8E=89=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/Import.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/src/pages/Edit/components/Import.vue b/web/src/pages/Edit/components/Import.vue index 58f8aa16..4b97fd95 100644 --- a/web/src/pages/Edit/components/Import.vue +++ b/web/src/pages/Edit/components/Import.vue @@ -8,10 +8,12 @@ @@ -117,6 +119,11 @@ export default { } }, + // 移除文件 + onRemove(file, fileList) { + this.fileList = fileList + }, + /** * @Author: 王林 * @Date: 2021-08-03 22:48:47