This commit is contained in:
2020-09-01 17:22:43 +00:00
parent a592fec7bc
commit 4b3bd3aa07
5 changed files with 44 additions and 34 deletions

View File

@@ -76,13 +76,11 @@ async function clickHandler(menuItem) {
params: { recordid: m.id, ayatype: window.$gz.type.Widget }
});
} else {
//general report selector chosen
console.log(m.vm.$refs.gzdatatable.getRowIds());
return;
//general report selector chosen
let res = await m.vm.$refs.reportSelector.open(
window.$gz.type.Widget,
[m.vm.getSelection()]
m.vm.$refs.gzdatatable.getDataTableSourceOptions()
);
//if null for no selection