fix: 修复 bmp 无法唤起选择用户弹窗的问题
parent
a86c9e49ab
commit
b25f2916fb
|
@ -124,6 +124,11 @@ const [Modal, modalApi] = useVbenModal({
|
|||
destroyOnClose: true,
|
||||
});
|
||||
|
||||
defineExpose({
|
||||
open: modalApi.open,
|
||||
close: modalApi.close,
|
||||
});
|
||||
|
||||
// 左侧列表状态
|
||||
const leftListState = ref({
|
||||
searchValue: '',
|
||||
|
|
Loading…
Reference in New Issue