Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: useTable 查询参数无法重置问题 #552

Closed
m-xlsea opened this issue Jul 18, 2024 · 0 comments
Closed

[Bug]: useTable 查询参数无法重置问题 #552

m-xlsea opened this issue Jul 18, 2024 · 0 comments

Comments

@m-xlsea
Copy link
Contributor

m-xlsea commented Jul 18, 2024

软件版本

1.2.7

运行环境

Windows (64)

运行架构

AMD64

重现步骤

apiParams: {
    page: 1,
    pageSize: 10,
    // if you want to use the searchParams in Form, you need to define the following properties, and the value is null
    // the value can not be undefined, otherwise the property in Form will not be reactive
    data: {
      name: null,
      type: null,
      status: null
    }
  }

apiParams 在多套一层 data 后,resetSearchParams 无法重置查询参数

期望的结果是什么?

页面查询参数被重置

实际的结果是什么?

页面查询参数没有被重置

日志记录(可选)

No response

补充说明(可选)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant