删除多余函数调用
This commit is contained in:
@@ -276,7 +276,6 @@ export default {
|
|||||||
async created() {
|
async created() {
|
||||||
this.pageSize = 999
|
this.pageSize = 999
|
||||||
await this.getTableData()
|
await this.getTableData()
|
||||||
await this.getMenuList(this.tableData)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user