修复分权参数

This commit is contained in:
Chengliang 2023-11-15 17:08:50 +08:00
parent e0c1b1c3b5
commit 9f661db803
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ export default function companyPage() {
handleChange(requestData);
}}
type="company"
url="/api/bs/hrmorganization/orgchart/getCondition?fclass=0&type=company"
url="/api/bs/hrmorganization/orgchart/getCondition?fclass=0&type=company&id=0"
/>
<ToolBar
onTopLayoutClick={(progressBtn) => handleTopLayoutClick(progressBtn)}