From ea63d3da454d9709dd5fa7147feebd524558d613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 1 Nov 2023 09:39:25 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=A0=87=E5=87=86=E9=A2=84=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dict/JDictSelectTag.vue | 17 +++++++++++++++-- .../standardWarning/StandardWarningList.vue | 5 +++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/components/dict/JDictSelectTag.vue b/src/components/dict/JDictSelectTag.vue index 02f316cd..43e65b65 100644 --- a/src/components/dict/JDictSelectTag.vue +++ b/src/components/dict/JDictSelectTag.vue @@ -3,13 +3,17 @@ {{ item.text }} - + {{ item.text }} { if (res.success) { - this.sourceOptions = res.result || [] + this.sourceOptions = (res.result || []).filter(tt => tt.value !== StandardSource.ENTERPRISE.value) + console.log(this.sourceOptions) } }) },