fix: 批量操作按钮
This commit is contained in:
parent
1f6f7d23b4
commit
8c97f0e441
|
@ -75,11 +75,9 @@ const handleMenuClick = (e: any) => {
|
|||
if(!(val?.popConfirm || val?.onClick)){
|
||||
emits('update:isCheck', true);
|
||||
emits('change', true);
|
||||
}
|
||||
if (val?.popConfirm) {
|
||||
visible.value = false;
|
||||
} else {
|
||||
visible.value = true;
|
||||
} else {
|
||||
visible.value = false;
|
||||
}
|
||||
_item.value = (val || {}) as any;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue