From 9506d3e0f6c66fe5983575f0e69d6f7b7e7ebb43 Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Wed, 24 Jul 2024 18:14:38 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E6=B5=81=E7=A8=8B=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflow/process/config/ConditionGroupItemConfig.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/workflow/process/config/ConditionGroupItemConfig.vue b/src/views/workflow/process/config/ConditionGroupItemConfig.vue index da3a83d..cd2bcdc 100644 --- a/src/views/workflow/process/config/ConditionGroupItemConfig.vue +++ b/src/views/workflow/process/config/ConditionGroupItemConfig.vue @@ -124,7 +124,7 @@ const companyList = ref([]) // const orgType = ref('user') const showOrgSelect = ref(false) const groupNames = ref(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J']) -const supportTypes = ref([ValueType.number, ValueType.string]) +const supportTypes = ref([ValueType.number, ValueType.string,ValueType.company]) const explains = ref( [ {label: '等于', value: '='}, @@ -197,11 +197,6 @@ const filterConditionMosr = (list) => { list.push({title: item.title, id: item.id, valueType: item.valueType}) } }) - list.push({ - title: '发起人公司', - id: 'subCompanyId', - valueType: ValueType.company - }) } const filterCondition = (item, list) => {