zrj
2024-06-07 fa0fc3195858a592d2ad1bdad0fa6126602ebf55
src/views/monitor/log/api.vue
@@ -9,7 +9,7 @@
</template>
<script>
import { getApiList, getApiLogs } from "@/api/logs"
import { getApiList, getApiLogs } from "@/ssoapi/logs"
import { mapGetters } from "vuex"
export default {
@@ -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