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)
}
})
},