Pārlūkot izejas kodu

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

lifanagju_citu 1 mēnesi atpakaļ
vecāks
revīzija
f809f61e3c

+ 0 - 3
components.d.ts

@@ -74,7 +74,4 @@ declare module 'vue' {
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.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()
 
 // 设置为招聘会职位
+// 现有逻辑:设置为招聘会职位后,职位管理编辑再修改为去掉选中招聘会不会改变数据的jobFairIds字段(用于职位列表判断是否展示招聘会标识),只有去招聘会移除才会改变jobFairIds字段。
 const jobFairCheckbox = ref(false)
 const jobFairCheckboxChange = (bool, item) => {
   item.value = bool ? (item?.value || null) : null