This commit is contained in:
liuye
2023-01-06 14:18:50 +08:00
parent 5b6f58ef1f
commit 73889ba906

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