Commit 6d0c2dc6 authored by 李纪文's avatar 李纪文

fix: 修改业务组件树

parent c541abbf
...@@ -21,6 +21,7 @@ const DeviceTree = (props) => { ...@@ -21,6 +21,7 @@ const DeviceTree = (props) => {
const [treeData, setTreeData] = useState([]); const [treeData, setTreeData] = useState([]);
const [params, setParams] = useState({}); const [params, setParams] = useState({});
useEffect(() => { useEffect(() => {
const param = { const param = {
pageIndex: serviceParams.pageIndex || 1, pageIndex: serviceParams.pageIndex || 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment