|
|
@ -58,6 +58,7 @@ export default { |
|
|
|
this.searchTimer = setTimeout(() => { |
|
|
|
this.searchTimer = setTimeout(() => { |
|
|
|
const list = this.listData |
|
|
|
const list = this.listData |
|
|
|
this.listData = val ? list.filter(e => e.name.includes(val)) : this.listDataAll |
|
|
|
this.listData = val ? list.filter(e => e.name.includes(val)) : this.listDataAll |
|
|
|
|
|
|
|
this.total = this.listData.length |
|
|
|
}, 500); |
|
|
|
}, 500); |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
@ -75,6 +76,7 @@ export default { |
|
|
|
}) |
|
|
|
}) |
|
|
|
this.listDataAll = res.logManagementListVo |
|
|
|
this.listDataAll = res.logManagementListVo |
|
|
|
this.listData = res.logManagementListVo |
|
|
|
this.listData = res.logManagementListVo |
|
|
|
|
|
|
|
this.total = this.listData.length |
|
|
|
}).catch(res => {}) |
|
|
|
}).catch(res => {}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
currentChange(val) { |
|
|
|
currentChange(val) { |
|
|
|