clearSelection函数有问题

Blade 未结 1 503
153934475
153934475 剑圣 2022-04-23 20:41

一、该问题的重现步骤是什么?

  1. 页面一直报错clearSelection函数


2. 

3.


二、你期待的结果是什么?实际看到的又是什么?

页面不报错

index.js:formatted:12061 Uncaught (in promise) TypeError: this.store.clearSelection is not a function

    at a.clearSelection (index.js:formatted:12061)

    at a.toggleSelection (avue.min.js:7)

    at a.selectionClear (chunk-535dd6b3.2.8.2.1637661735878.js:1)

    at chunk-535dd6b3.2.8.2.1637661735878.js:1


三、你正在使用的是什么产品,什么版本?在什么操作系统上?

2.8.2版本,linux centos

四、请提供详细的错误堆栈信息,这很重要。

index.js:formatted:12061 Uncaught (in promise) TypeError: this.store.clearSelection is not a function

    at a.clearSelection (index.js:formatted:12061)

    at a.toggleSelection (avue.min.js:7)

    at a.selectionClear (chunk-535dd6b3.2.8.2.1637661735878.js:1)

    at chunk-535dd6b3.2.8.2.1637661735878.js:1

五、若有更多详细信息,请在下面提供。

1条回答
  • 是需要清空所有选中selection吗?

    如果是的可以使用:

    this.$refs.crud.toggleSelection()

    0 讨论(0)
提交回复