大喇叭
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
this.current = 1
|
||||
this.getList()
|
||||
},
|
||||
getList() { //&areaId=${this.areaId}
|
||||
getList() {
|
||||
this.$http.post(`/app/appdlbquipment/list?current=1&size=20&name=${this.keyword}&areaId=${this.areaId}`).then((res) => {
|
||||
if (res.code == 0) {
|
||||
if (this.current > 1) {
|
||||
@@ -77,7 +77,8 @@ export default {
|
||||
}
|
||||
},
|
||||
onReachBottom() {
|
||||
|
||||
this.current++
|
||||
this.getList()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user