jiangping
2025-05-06 596b91470dd6a0c8a95f784ec4cda6d35161d37c
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)
    }
  }
}