diff --git a/pc4mobx/hrmSalary/pages/historicalPayroll/index.js b/pc4mobx/hrmSalary/pages/historicalPayroll/index.js index 2e0b3e11..51e21047 100644 --- a/pc4mobx/hrmSalary/pages/historicalPayroll/index.js +++ b/pc4mobx/hrmSalary/pages/historicalPayroll/index.js @@ -5,7 +5,7 @@ * Date: 2024/1/25 */ import React, { Component } from "react"; -import { WeaLocaleProvider } from "ecCom"; +import { WeaLocaleProvider, WeaTools } from "ecCom"; import { MonthRangePicker } from "../reportView/components/statisticalMicroSettingsSlide"; import Payroll from "../mySalaryBenefits/components/payrollTable"; import moment from "moment"; @@ -28,6 +28,8 @@ class Index extends Component { const { dateRange } = this.state; const index1 = window.location.hash.lastIndexOf("/") + 1, index2 = window.location.hash.lastIndexOf("?"); const employeeId = window.location.hash.slice(index1, index2); + console.log(WeaTools.getUrlParams(), window.location); + console.log(window.parent, window.parent.location.href); return (