设备管理

This commit is contained in:
liuye
2023-01-10 17:15:24 +08:00
parent f68beb2115
commit ee5dea44dc

View File

@@ -62,7 +62,7 @@ export default {
this.getList() this.getList()
}, },
getList() { getList() {
this.$http.post(`/app/appdlbquipment/list?current=1&size=20&name=${this.keyword}&areaId=${this.areaId}`).then((res) => { this.$http.post(`/app/appdlbquipment/list?current=1000&size=20&name=${this.keyword}&areaId=${this.areaId}`).then((res) => {
if (res.code == 0) { if (res.code == 0) {
if (this.current > 1) { if (this.current > 1) {
this.list = [...this.list, ...res.data.records] this.list = [...this.list, ...res.data.records]