lifanagju_citu hace 1 año
padre
commit
647da5e8c5

+ 1 - 1
src/views/recruit/position/components/conditionFilter/payScope.vue

@@ -21,7 +21,7 @@ defineOptions({name: 'conditionFilter-payScope'})
 const emits = defineEmits(['selectedItems'])
 let items = ref()
 let selectedItems = ref([])
-getDict('menduner_pay_scope').then(({ data }) => { // 求职类型
+getDict('menduner_pay_scope').then(({ data }) => {
   data = data?.length && data || []
   items.value = data
 })