diff --git a/src/views/oa/crm/businessTripApply/index.vue b/src/views/oa/crm/businessTripApply/index.vue index 844eba9..36ff4b4 100644 --- a/src/views/oa/crm/businessTripApply/index.vue +++ b/src/views/oa/crm/businessTripApply/index.vue @@ -107,7 +107,11 @@ - + + + @@ -190,7 +194,7 @@ import { listBusinessTripApply, delBusinessTripApply, updateBusinessTripApply } import { BusinessTripApplyVO, BusinessTripApplyQuery } from '@/api/oa/crm/businessTripApply/types'; const { proxy } = getCurrentInstance() as ComponentInternalInstance; -const { trip_status, trip_type } = toRefs(proxy?.useDict('trip_status', 'trip_type')); +const { trip_status, trip_type, business_direction } = toRefs(proxy?.useDict('trip_status', 'trip_type', 'business_direction')); const businessTripApplyList = ref([]); const loading = ref(true);