报名重复提交

cyl/dev
zsk 1 year ago
parent 226065095d
commit 470f6a549f

@ -739,14 +739,15 @@ export default {
console.log("data handleOk", data);
if (data.data.status === 200) {
setTimeout(() => {
this.confirmLoading = false;
this.$router.push("/recordsuccess");
// this.confirmLoading = false;
}, 1000);
} else {
this.$message.error(data.data.msg);
}
this.confirmLoading = false;
// this.confirmLoading = false;
// setTimeout(() => {
// this.confirmLoading = false;

Loading…
Cancel
Save