Commit 22690d50 by zhaochengxiang

已发布模型下的草稿模型可勾线

parent 895c5762
...@@ -377,6 +377,7 @@ const ModelTable = (props) => { ...@@ -377,6 +377,7 @@ const ModelTable = (props) => {
const rowSelection = { const rowSelection = {
selectedRowKeys, selectedRowKeys,
onChange: onSelectChange, onChange: onSelectChange,
hideSelectAll: (modelId||'') !=='',
}; };
const _data = paginate(data||[], pageNum, pageSize); const _data = paginate(data||[], pageNum, pageSize);
......
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