Browse Source

删除多余函数调用

main
QM303176530 4 years ago
parent
commit
24f24c36bd
  1. 1
      web/src/view/superAdmin/menu/menu.vue

1
web/src/view/superAdmin/menu/menu.vue

@ -276,7 +276,6 @@ export default {
async created() {
this.pageSize = 999
await this.getTableData()
await this.getMenuList(this.tableData)
}
}
</script>

Loading…
Cancel
Save