release/2.19.1.2501.01

This commit is contained in:
lys 2025-04-18 16:26:05 +08:00
parent 4b53921f03
commit ec6874df2e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import LogDialog from "../../components/logViewModal";
import { backCalculate, deleteSalaryacct, fileSalaryAcct, reAccounting } from "../../apis/calculate";
import FormInfo from "../../components/FormInfo";
import { queryConditions } from "./config";
import { getTaxAgentSelectList } from "../../apis/taxAgent";
import { postFetch } from "../../util/request";
import cs from "classnames";
import "./index.less";
@ -47,7 +47,7 @@ class Calculate extends Component {
}
async componentDidMount() {
const { data } = await getTaxAgentSelectList();
const { data } = await postFetch("/api/bs/hrmsalary/taxAgent/listAuth", { filterType: "QUERY_DATA" });
this.setState({
conditions: _.map(queryConditions, item => ({
...item, items: _.map(item.items, o => {