เช็คเงื่อนไขสมัครสอบต้องมีประวัติทำงาน

This commit is contained in:
Kittapath 2023-10-18 02:33:26 +07:00
parent 16b5ce734d
commit a3526f7212

View file

@ -251,7 +251,7 @@ const saveData = async () => {
if (suc) {
await formOccupation.value.validate().then(async (suc: boolean) => {
if (suc) {
if (defaultCareer == true) {
if (defaultCareer.value == true) {
await formContact.value.validate().then(async (suc: boolean) => {
if (suc) {
loaderPage(true)