|
@@ -121,11 +121,10 @@ const getSubmitParams = async() => {
|
|
}
|
|
}
|
|
|
|
|
|
if (jobId.value) submitParams.id = jobId.value // 有id则为编辑
|
|
if (jobId.value) submitParams.id = jobId.value // 有id则为编辑
|
|
- debugger
|
|
|
|
saveEmit()
|
|
saveEmit()
|
|
}
|
|
}
|
|
//
|
|
//
|
|
-const price = 1 // 39900
|
|
|
|
|
|
+const price = 39900 // 39900 职位价格,传递单位:分
|
|
const isStudent = ref(false)
|
|
const isStudent = ref(false)
|
|
let _jobId = ''
|
|
let _jobId = ''
|
|
const saveEmit = async (retry) => {
|
|
const saveEmit = async (retry) => {
|