@ -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);
}
// setTimeout(() => {