This commit is contained in:
liuye
2023-01-06 13:48:26 +08:00
parent ae53f27351
commit 14b2062ec1

View File

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