diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js index 882b0f9b..165253ad 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js @@ -90,14 +90,14 @@ export default class MobilePayroll extends React.Component { setInitEmVerify(); removeElementById("am-modal-container"); this.getMySalaryBill(getQueryString("id")); - }}/>, document.body); - return; - this.setState({ visible: true }, () => { - API.getSecondAuthForm({ mouldCode: "HRM", itemCode: "SALARY" }, this.state.salaryBillToken) - .then(({ status, notSetting }) => { - this.setState({ notSetting }); - }); - }); + }}/>, document.getElementById("container")); + // return; + // this.setState({ visible: true }, () => { + // API.getSecondAuthForm({ mouldCode: "HRM", itemCode: "SALARY" }, this.state.salaryBillToken) + // .then(({ status, notSetting }) => { + // this.setState({ notSetting }); + // }); + // }); } else { this.getMySalaryBill(getQueryString("id")); setInitEmVerify();