feat: table-toolbar

This commit is contained in:
xingyu4j
2025-09-09 17:04:57 +08:00
parent b3a65f2492
commit 29e5017913
40 changed files with 429 additions and 650 deletions

View File

@@ -51,7 +51,7 @@ const getTitle = computed(() => {
});
/** 重置表单 */
const resetForm = () => {
function resetForm() {
formData.value = {
id: undefined,
name: undefined,
@@ -61,7 +61,7 @@ const resetForm = () => {
avatar: undefined,
};
formRef.value?.resetFields();
};
}
const [Modal, modalApi] = useVbenModal({
async onConfirm() {