Browse Source

默认选中全职和实习

lifanagju_citu 6 tháng trước cách đây
mục cha
commit
ad7e6ba604
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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([])
+const checkList = ref([0, 3])
 
 /** 打开弹窗 */
 const open = async (id: Number, type: string) => {