vue-vben-admin icon indicating copy to clipboard operation
vue-vben-admin copied to clipboard

FEATURE: vxe-table的封装没有删除的相关逻辑

Open RanMaoting opened this issue 4 months ago • 0 comments

Version

Vben Admin V5

Description

现在的表格封装只有查询的逻辑,希望能在封装组件中加入相关的逻辑,方便进行删除和批量删除 vxe-table的内置删除proxy不好用,必须在复选中选中才能触发删除指令,希望在封装中添加一个新的指令

Proposed Solution

添加新的删除指令来统一处理删除和批量删除,主要是要处理删除后的分页问题

Alternatives Considered

No response

Additional Context

No response

Validations

  • [X] Read the docs
  • [X] Ensure the code is up to date. (Some issues have been fixed in the latest version)
  • [X] I have searched the existing issues and checked that my issue does not duplicate any existing issues.

RanMaoting avatar Oct 10 '24 08:10 RanMaoting