zhongrj
2024-04-22 dc5c26bba870e2c8ab3b01ac1da8bf619c706bfe
src/views/monitor/log/api.vue
@@ -142,6 +142,7 @@
            this.onLoad(this.page, this.query)
        },
        onLoad (page, params = {}) {
            params['type'] = '2'
            this.loading = true
            getApiList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
                const data = res.data.data