pull/411/merge
movingheart 2025-08-31 01:37:59 +08:00 committed by GitHub
commit 5189aa5f49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -88,7 +88,7 @@ const handleEdit = (row: User) => {
isEdit.value = true;
visible.value = true;
};
const updateData = () => {
const updateData = (formData) => {
closeDialog();
getData();
};
@ -145,4 +145,5 @@ const handleDelete = (row: User) => {
}
</script>
<style scoped></style>