@@ -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) => {