This commit is contained in:
@@ -154,21 +154,12 @@ export default {
|
||||
this.reportList = res.data;
|
||||
}
|
||||
|
||||
//TESTING generate extra items
|
||||
// for (let x = 20; x < 60; x++) {
|
||||
// this.reportList.push({ name: "REPORT NAME HERE", id: x });
|
||||
// }
|
||||
|
||||
this.isVisible = true;
|
||||
return new Promise((resolve, reject) => {
|
||||
this.resolve = resolve;
|
||||
this.reject = reject;
|
||||
});
|
||||
},
|
||||
// ok() {
|
||||
// this.isVisible = false;
|
||||
// this.resolve(this.selectedReport);
|
||||
// },
|
||||
cancel() {
|
||||
this.isVisible = false;
|
||||
this.resolve(null);
|
||||
|
||||
Reference in New Issue
Block a user