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