This commit is contained in:
2020-06-20 23:18:29 +00:00
parent a8b8a30338
commit e54bb9271c
4 changed files with 113 additions and 19 deletions

View File

@@ -12,12 +12,8 @@
</template>
<script>
import GzDataTable from "../components/gz-data-table.vue";
const FORM_KEY = "widget-list";
export default {
components: {
GzDataTable
},
created() {
this.rights = window.$gz.role.getRights(window.$gz.type.Widget);
window.$gz.eventBus.$on("menu-click", clickHandler);