mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-25 11:24:32 +08:00
feat: useVxeTable returns formApi instance (#4582)
This commit is contained in:
@@ -217,7 +217,7 @@ async function init() {
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
props.api?.mount?.(gridRef.value);
|
||||
props.api?.mount?.(gridRef.value, formApi);
|
||||
init();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user