This commit is contained in:
2020-09-01 18:33:05 +00:00
parent 97bc981b16
commit 5f5585eae7
4 changed files with 29 additions and 25 deletions

View File

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