Skip to content

Commit

Permalink
移除无用注释代码
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed Jan 13, 2025
1 parent 3001edd commit 3d3f686
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,6 @@ export async function getTableApi(mainObject, fields, options){
if(localListViewProps){
localListViewProps = JSON.parse(localListViewProps);
selfData = Object.assign({}, localListViewProps, selfData);
// Object.assign(api.data.$self, selfData);
if(!api.data.filter){
api.data.filter = localListViewProps.filter;
}
Expand Down

0 comments on commit 3d3f686

Please sign in to comment.