Commit 3048b056 by kaisa

feat:优化

parent 0d664ea1
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ import {
getSignView,
} from "@/api/activity/recruitmentApi";
const isShowReview = ref(null)
const isShowReview = ref<boolean | null>(null)
const signLevel = ref(0)
const resultLevel = ref(0)
const platformList = ref([])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment