เช็ครอบว่าต้องจ่ายเงินไหม

This commit is contained in:
Kittapath 2023-04-07 11:10:41 +07:00
parent 04bbc10531
commit 9691b52a62

View file

@ -101,7 +101,7 @@ const candidateCheck = async () => {
const data = res.data.result const data = res.data.result
store.consend = data.consend store.consend = data.consend
const positionExam = data.positionExam const positionExam = data.positionExam
stepPayment.value = data.bank stepPayment.value = data.payment
if ( if (
positionId.value != '00000000-0000-0000-0000-000000000000' && positionId.value != '00000000-0000-0000-0000-000000000000' &&
positionExam != null && positionExam != null &&