列表初始化加载 集团版传参

This commit is contained in:
wyw 2026-05-26 09:58:18 +08:00
parent 71df49a003
commit d4048325d3

View File

@ -428,7 +428,9 @@ class TableBaseComponent extends ComponentBase {
} }
const tableConfig = this.getTableConfig({ tableCode }); const tableConfig = this.getTableConfig({ tableCode });
const { api } = tableConfig ? tableConfig : {}; const { api } = tableConfig ? tableConfig : {};
if (this.props.data && this.props.data.ORG_ID_HV) {
loadParamJson.Parameter22 = this.props.data.ORG_ID_HV;
}
this.props.dispatch({ this.props.dispatch({
type: 'listPage/getTableData', type: 'listPage/getTableData',
payload: loadParamJson, payload: loadParamJson,