Bladeren bron

现有逻辑:设置为招聘会职位后,职位管理编辑再修改为去掉选中招聘会不会改变数据的jobFairIds字段(用于职位列表判断是否展示招聘会标识),只有去招聘会移除才会改变jobFairIds字段。

lifanagju_citu 1 maand geleden
bovenliggende
commit
f809f61e3c
2 gewijzigde bestanden met toevoegingen van 1 en 3 verwijderingen
  1. 0 3
      components.d.ts
  2. 1 0
      src/views/recruit/enterprise/positionManagement/components/baseInfo.vue

+ 0 - 3
components.d.ts

@@ -74,7 +74,4 @@ declare module 'vue' {
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
   }
   }
-  export interface ComponentCustomProperties {
-    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
-  }
 }
 }

+ 1 - 0
src/views/recruit/enterprise/positionManagement/components/baseInfo.vue

@@ -171,6 +171,7 @@ const jobFairValid = async () => {
 jobFairValid()
 jobFairValid()
 
 
 // 设置为招聘会职位
 // 设置为招聘会职位
+// 现有逻辑:设置为招聘会职位后,职位管理编辑再修改为去掉选中招聘会不会改变数据的jobFairIds字段(用于职位列表判断是否展示招聘会标识),只有去招聘会移除才会改变jobFairIds字段。
 const jobFairCheckbox = ref(false)
 const jobFairCheckbox = ref(false)
 const jobFairCheckboxChange = (bool, item) => {
 const jobFairCheckboxChange = (bool, item) => {
   item.value = bool ? (item?.value || null) : null
   item.value = bool ? (item?.value || null) : null