เช็คเงื่อนไขสมัครสอบต้องมีประวัติทำงาน
This commit is contained in:
parent
16b5ce734d
commit
a3526f7212
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue