@ -290,11 +290,13 @@ export default {
checkFinish() {
let query = {
orderId: this.orderQuery.billNo,
//orderId: this.orderQuery.billNo,
billNo: this.orderQuery.billNo,
};
getAcceptStatus(query)
.then((response) => {
if (response.code == 20000) {
let tip = "审核结果正确,是否立即完成审核?";
this.finishAccept(tip);
} else {
@ -299,7 +299,8 @@ export default {