解决商品勾选容易被清空勾选项的bug

This commit is contained in:
jishenghua
2025-08-16 14:31:41 +08:00
parent 2a75170e1c
commit 1042057fa0

View File

@@ -461,11 +461,6 @@
rowAction(record, index) {
return {
on: {
click: () => {
let arr = []
arr.push(record.id)
this.selectedRowKeys = arr
},
dblclick: () => {
let arr = []
arr.push(record.id)