ต่อ api แบบสแบถาม

This commit is contained in:
AnandaTon 2023-08-25 09:31:42 +07:00
parent cb4e32c855
commit 56821bcd9b

View file

@ -77,8 +77,8 @@ const timeThink_option = ref<any>([
])
const haveJobReason = ref<any>("")
const haveJob_option = ref<any>([
{ label: "มี ", value: 0 },
{ label: "ไม่มี(ระบุ)", value: 1 },
{ label: "มี (ระบุ)", value: 0 },
{ label: "ไม่มี", value: 1 },
])
const futureWorkReason = ref<any>("")
const futureWork_option = ref<any>([
@ -271,7 +271,7 @@ const createResult = async () => {
<q-input
v-if="haveJob === 0"
v-model="haveJobReason"
label="กรอกอื่นๆ"
label="กรอกข้อความ"
dense
lazy-rules
type="text"
@ -290,7 +290,7 @@ const createResult = async () => {
<q-input
v-if="suggestFriends === 1"
v-model="suggestFriendsReason"
label="กรอกอื่นๆ"
label="กรอกข้อความ"
dense
lazy-rules
type="text"
@ -309,7 +309,7 @@ const createResult = async () => {
<q-input
v-if="futureWork === 1"
v-model="futureWorkReason"
label="กรอกอื่นๆ"
label="กรอกข้อความ"
dense
lazy-rules
type="text"