update vh-split

This commit is contained in:
rizky 2024-09-17 20:45:33 -07:00
parent 2704479d94
commit 78d468a1da
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ export const masterDetailApplyParams = (md: MDLocal) => {
delete md.params.tabs[md.name];
}
}
console.log({select: JSON.parse(JSON.stringify(md.selected))})
const pk = md.pk;
if (pk && row[pk.name]) {
md.params.hash[md.name] = row[pk.name];