You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the line above, I think we might have issue with this function. Since dataChangeHandler method is expecting query parameters. But if seachHandler was called by parameter resetPageIndex, arguments[0]' will be the value for resetPageIndex. Therefore, dataChangeHandler` method call never can get the query parameters.
Simply said, that's no way to call searchHandler with both resetPageIndex set to false and query parameter object pass in
The text was updated successfully, but these errors were encountered:
el-search-table-pagination/packages/search-table-pagination/src/main.vue
Line 185 in 9640d71
Please check the line above, I think we might have issue with this function. Since
dataChangeHandler
method is expecting query parameters. But ifseachHandler
was called by parameterresetPageIndex
,arguments[0]' will be the value for
resetPageIndex. Therefore,
dataChangeHandler` method call never can get the query parameters.Simply said, that's no way to call
searchHandler
with bothresetPageIndex
set to false and query parameter object pass inThe text was updated successfully, but these errors were encountered: