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