!2317 回退:目录查询

pull/2318/head
林三 1 year ago committed by ChenX
parent d9d6792715
commit 173b636668

@ -1276,6 +1276,8 @@ export class CommonPanel extends React.Component<ICommonPanelProps, ICommonPanel
Object.assign(query, queryData);
}
if (query.name && query.dir_id === this.props.defaultDirId)
query.dir_id = DirectoryId.None;
this.pageData.currentPage = query.curr_page;
this.pageData.pageCount = query.page_count;

Loading…
Cancel
Save