|
@@ -98,7 +98,6 @@ import CtForm from '@/components/CtForm'
|
|
|
import Snackbar from '@/plugins/snackbar'
|
|
|
import { getDict } from '@/hooks/web/useDictionaries'
|
|
|
import { getTimeStamp, timesTampChange } from '@/utils/date'
|
|
|
-// import { getYearMonth20YearsAgo, generateYearMonthDataArray } from './../utils/generateYearMonthData'
|
|
|
import { saveResumeBasicInfo } from '@/api/resume'
|
|
|
import { useUserStore } from '@/store/user'
|
|
|
import { ref, shallowRef } from 'vue';
|
|
@@ -109,8 +108,6 @@ const CtFormRef = ref()
|
|
|
const isEdit = ref(false)
|
|
|
const showIcon = ref(false)
|
|
|
const isExpand = ref(false)
|
|
|
-// const defaultYearMonthValue = ref(getYearMonth20YearsAgo())
|
|
|
-// const yearMonth = ref(generateYearMonthDataArray())
|
|
|
|
|
|
const welfareList = ref(['热情活泼', '理性冷静', '富有创新', '热爱生活', '有幽默感'])
|
|
|
let baseInfo = ref({})
|