Commit 1ab3706d by zhaochengxiang

资产列表增加range

parent ceec2e3c
...@@ -648,6 +648,7 @@ const AssetTable = (props) => { ...@@ -648,6 +648,7 @@ const AssetTable = (props) => {
currentDirIsCustom: nodeType==='custom', currentDirIsCustom: nodeType==='custom',
pageNum, pageNum,
pageSize, pageSize,
range: getAssetRange(reference),
keyword: encodeURIComponent(keyword) keyword: encodeURIComponent(keyword)
}; };
......
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