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