提交 57ba7f0b authored 作者: tb53863844's avatar tb53863844

开发

上级 9e9b6b7e
...@@ -209,7 +209,7 @@ class TreeList extends React.Component { ...@@ -209,7 +209,7 @@ class TreeList extends React.Component {
getList = (values, callback) => { getList = (values, callback) => {
const { const {
dispatch, dispatch,
json: { treeParentIdName }, json: { treeParentIdName,ctgFilterSql},
} = this.props; } = this.props;
if (!values) { if (!values) {
...@@ -218,7 +218,7 @@ class TreeList extends React.Component { ...@@ -218,7 +218,7 @@ class TreeList extends React.Component {
dispatch({ dispatch({
type: 'formList/tree', type: 'formList/tree',
payload: { ...values, parentIdName: treeParentIdName, dataObjId: this.state.objId }, payload: { ...values,ctgFilterSql:ctgFilterSql, parentIdName: treeParentIdName, dataObjId: this.state.objId },
callback: callback, callback: callback,
}); });
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论