diff --git a/src/pages/audit/index.vue b/src/pages/audit/index.vue index 66310a13a3037666b0556a02d6edaaa519dc2af5..a525dbf3666e711c13933d6fd151df1ce881facd 100644 --- a/src/pages/audit/index.vue +++ b/src/pages/audit/index.vue @@ -134,6 +134,16 @@ export default { }) }, methods: { + changeIP() { + if (this.timer != null) { + clearTimeout(this.timer) + this.timer = null + } + this.timer = setTimeout(this.handleFilter, 500) + }, + calendarChange(val) { + this.dates = val + }, getAuditList() { this.loading = true const param = {