This commit is contained in:
liuye
2022-06-13 11:34:28 +08:00
parent 846fc3832c
commit a24bb7b311

View File

@@ -59,7 +59,7 @@ export default {
// this.getList()
},
getList() {
this.$http.post(`/app/appdlbquipment/list?current=1&size=20&name=${this.keyword}&devStatus=5&areaId=${thyis.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