forked from Gitlink/forgeplus-react
上传佐证材料查询参数修改
This commit is contained in:
parent
8f52a091fa
commit
148e8f91eb
|
@ -30,6 +30,7 @@ export default Form.create()(props => {
|
|||
pageSize,
|
||||
curPage,
|
||||
status: '',
|
||||
parentId:0,
|
||||
}
|
||||
taskId && readyCheckPapers(params).then(data => {
|
||||
if (data && Array.isArray(data.rows)) {
|
||||
|
|
Loading…
Reference in New Issue