MrShi
昨天 1c20c8231980a8d4b91688ff8641a06d3b2f68ab
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)
    }
  }
}