jiangping
2025-06-30 2d15fa034660d03a84c1d51928ab28b9219f16f8
admin/src/views/system/InterfaceLog.vue
@@ -145,10 +145,11 @@
    getList (page) { },
    clear () {
      this.filters = { fastdate: '0' }
      this.getList()
      this.getList(1)
    },
    handleSizeChange (capacity) {
      this.pagination.capacity = capacity
      this.getList(1)
    }
  }
}