修改
This commit is contained in:
parent
1cee400669
commit
0e7f1a0c36
@ -605,11 +605,11 @@ export default {
|
|||||||
routeCheckRemark: this.routeform.routeCheckRemark,
|
routeCheckRemark: this.routeform.routeCheckRemark,
|
||||||
routeCheckPerson: JSON.parse(localStorage.getItem('user')).nickName
|
routeCheckPerson: JSON.parse(localStorage.getItem('user')).nickName
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
loading.close();
|
||||||
if (res.data == 1) {
|
if (res.data == 1) {
|
||||||
this.info();
|
this.info();
|
||||||
this.handleClose()
|
this.handleClose()
|
||||||
this.$modal.msgSuccess("审核成功!");
|
this.$modal.msgSuccess("审核成功!");
|
||||||
loading.close();
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user