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) => {