Merge pull request 'fix: onDataSaved VnTable' (!772) from fix_vnTable_onDataSaved into master
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #772 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
36838f930c
|
@ -300,7 +300,7 @@ defineExpose({
|
|||
});
|
||||
|
||||
function handleOnDataSaved(_, res) {
|
||||
if (_.onDataSaved) _.onDataSaved(this);
|
||||
if (_.onDataSaved) _.onDataSaved({ CrudModelRef: CrudModelRef.value });
|
||||
else $props.create.onDataSaved(_);
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue