This commit is contained in:
Xu Chang 2022-05-16 10:07:48 +08:00
parent 44385ef5fb
commit 03a965677f
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ function createPageOptions<ED extends EntityDict,
pagination, pagination,
filters, filters,
sorters, sorters,
undefined,
oakId); oakId);
const oakFullpath = oakParent ? `${oakParent}.${oakPath || options.path}` : oakPath || options.path; const oakFullpath = oakParent ? `${oakParent}.${oakPath || options.path}` : oakPath || options.path;
this.data.oakFullpath = oakFullpath; this.data.oakFullpath = oakFullpath;