This commit is contained in:
2024-04-18 15:17:08 +08:00
parent 1cee400669
commit 0e7f1a0c36

View File

@ -605,11 +605,11 @@ export default {
routeCheckRemark: this.routeform.routeCheckRemark,
routeCheckPerson: JSON.parse(localStorage.getItem('user')).nickName
}).then(res => {
loading.close();
if (res.data == 1) {
this.info();
this.handleClose()
this.$modal.msgSuccess("审核成功!");
loading.close();
}
})
}