Browse Source

open默认选中全职和实习

lifanagju_citu 5 months ago
parent
commit
372ef91b21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/menduner/system/enterprise/register/details.vue

+ 1 - 1
src/views/menduner/system/enterprise/register/details.vue

@@ -54,7 +54,7 @@ const dialogVisible = ref(false) // 弹窗的是否展示
 const dialogType = ref('') // 弹窗的类型
 const dialogType = ref('') // 弹窗的类型
 
 
 // 职位发布权限
 // 职位发布权限
-const checkList = ref([0, 3])
+const checkList = ref()
 
 
 /** 打开弹窗 */
 /** 打开弹窗 */
 const open = async (id: Number, type: string) => {
 const open = async (id: Number, type: string) => {