This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user