Skip to content

Commit

Permalink
#387 对象详细微页面中的对象字段子表在切换左侧记录时请求过滤条件中使用了上次点开的recordId
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed Apr 14, 2023
1 parent 263ec1f commit d551f5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export async function getTableApi(mainObject, fields, options){
const api = await getApi(mainObject, null, fields, {count: options.queryCount, alias: 'rows', limit: top, queryOptions: `filters: {__filters}, top: {__top}, skip: {__skip}, sort: "{__sort}"`});

if(options.isRelated){
api.url += "&recordId=${recordId}";
api.url += "&recordId=${_master.recordId}";
}

api.data.$term = "$term";
Expand Down

0 comments on commit d551f5b

Please sign in to comment.