From 7bc127d1573a1e1c06d6387bd1c546811004f599 Mon Sep 17 00:00:00 2001 From: "hong.yang" Date: Thu, 12 Oct 2023 17:15:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E8=B5=84=E6=BA=90=E5=BA=93?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=B7=BB=E5=8A=A0=E5=88=B0=E9=85=8D=E7=BD=AE=E4=B8=AD?= =?UTF-8?q?=EF=BC=8C=E5=85=81=E8=AE=B8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/SourceList/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/data-room-ui/packages/SourceList/index.vue b/data-room-ui/packages/SourceList/index.vue index 20f70f0d..fbd1a45c 100644 --- a/data-room-ui/packages/SourceList/index.vue +++ b/data-room-ui/packages/SourceList/index.vue @@ -295,6 +295,7 @@ export default { } }, getOptions() { + this.options = [] this.options.push({label: '全部', value: ''}) this.sourceExtends.forEach((ext) => this.options.push({label: ext, value: ext})) },