Explorar el Código

open默认选中全职和实习

lifanagju_citu hace 5 meses
padre
commit
372ef91b21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 checkList = ref([0, 3])
+const checkList = ref()
 
 /** 打开弹窗 */
 const open = async (id: Number, type: string) => {