diff --git a/src/mobile/common/CommobileSubBill.js b/src/mobile/common/CommobileSubBill.js index 9a139f1..95909fe 100644 --- a/src/mobile/common/CommobileSubBill.js +++ b/src/mobile/common/CommobileSubBill.js @@ -1087,6 +1087,9 @@ class CommobileBill extends React.Component { this.handleGetPhoto(); } else if (name === 'BtnCancel') { window.history.back(-1); + setTimeout(() => { + this.props.dispatch({ type: "app/refreshPage" }); + }, 100); } else if (name === 'BtnExamine') { this.props.onAudit(1); } else if (name === 'BtnCancelExamine') {