parent
9577462831
commit
bd811da894
|
|
@ -41,7 +41,8 @@ export default class MobilePayroll extends React.Component {
|
|||
async componentWillMount() {
|
||||
const type = getQueryString("type");
|
||||
this.id = getQueryString("id");
|
||||
const { mySalaryStore: { init } } = this.props;
|
||||
const { mySalaryStore: { init, setMySalaryBill } } = this.props;
|
||||
setMySalaryBill({});
|
||||
if (type !== "phone") {
|
||||
const { data, status } = await payrollCheckType();
|
||||
if (status && data === "PWD") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue