列表初始化加载 集团版传参
This commit is contained in:
parent
71df49a003
commit
d4048325d3
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user