This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import reportChooser from "../components/report-chooser.vue";
|
||||
|
||||
/* Xeslint-disable */
|
||||
|
||||
/////////////////////////////////
|
||||
@@ -111,6 +113,15 @@ export default {
|
||||
}
|
||||
]
|
||||
});
|
||||
}, /////////////////////////////////////
|
||||
// Show a report list
|
||||
//
|
||||
async getReportChoice(vm, reports) {
|
||||
const result = await vm.$dialog.showAndWait(reportChooser, {
|
||||
reports: reports,
|
||||
title: "MYTITLE"
|
||||
});
|
||||
return result;
|
||||
}
|
||||
//new functions above here
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user