commit
c6ee28b368
|
@ -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>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
Loading…
Reference in New Issue