lifanagju_citu 1 kuukausi sitten
vanhempi
commit
8d7e1ede5d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      components/positionItem/components/baseInfo.vue

+ 1 - 0
components/positionItem/components/baseInfo.vue

@@ -165,6 +165,7 @@ const contentRef = ref()
 const requirementRef = ref()
 const requirementRef = ref()
 const soFar = ref(props.data?.expireTime === null ? [1] : [])
 const soFar = ref(props.data?.expireTime === null ? [1] : [])
 const getQuery = async () => {
 const getQuery = async () => {
+  console.log('基本信息:', formData.value)
   const valid = await unref(form).validate()
   const valid = await unref(form).validate()
   if (!valid) return
   if (!valid) return