修改
This commit is contained in:
parent
1cee400669
commit
0e7f1a0c36
@ -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();
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user