@ -290,7 +290,8 @@ export default {
checkFinish() {
let query = {
orderId: this.orderQuery.billNo,
// orderId: this.orderQuery.billNo,
billNo: this.orderQuery.billNo,
};
getAcceptStatus(query)
.then((response) => {
@ -304,7 +304,8 @@ export default {