fix: update list when update record
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
6c608e86e6
commit
edad698f72
|
@ -49,11 +49,10 @@ const deleteAcl = async (id) => {
|
|||
console.error('Error deleting Acl: ', error);
|
||||
}
|
||||
};
|
||||
|
||||
function showFormDialog(data) {
|
||||
formDialog.value = {
|
||||
show: true,
|
||||
formInitialData: data,
|
||||
formInitialData: { ...data },
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue