This commit is contained in:
parent
b377124836
commit
42c8148326
|
|
@ -809,6 +809,8 @@
|
|||
}else{
|
||||
this.isSubmit=false;
|
||||
}
|
||||
}).catch(res=>{
|
||||
this.isSubmit=false;
|
||||
});
|
||||
} else {
|
||||
|
||||
|
|
@ -829,7 +831,9 @@
|
|||
}else{
|
||||
this.isSubmit=false;
|
||||
}
|
||||
});
|
||||
}).catch(res=>{
|
||||
this.isSubmit=false;
|
||||
});;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue