This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
/* eslint-disable */
|
||||
/* Xeslint-disable */
|
||||
const FORM_KEY = "inventorywidgetlist";
|
||||
|
||||
export default {
|
||||
@@ -168,7 +168,6 @@ export default {
|
||||
selected: [],
|
||||
rowsPerPageItems: [5, 10, 25, 99],
|
||||
rowsPerPageText: "blah per blah",
|
||||
selected: [],
|
||||
headers: [
|
||||
{
|
||||
text: "WidgetName",
|
||||
@@ -202,7 +201,13 @@ export default {
|
||||
});
|
||||
},
|
||||
filterMe() {
|
||||
console.log(this.selected);
|
||||
this.$gzevent.$emit(
|
||||
"notify-info",
|
||||
"inventoryWidgetList::filterMe -> STUB (selected items count=" +
|
||||
this.selected.length +
|
||||
")"
|
||||
);
|
||||
//console.log(this.selected);
|
||||
},
|
||||
getDataFromApi() {
|
||||
var that = this;
|
||||
|
||||
Reference in New Issue
Block a user