Browse Source

删除多余函数调用

QM303176530 4 years ago
parent
commit
24f24c36bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      web/src/view/superAdmin/menu/menu.vue

+ 0 - 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>