devStatus

This commit is contained in:
liuye
2022-06-11 11:45:29 +08:00
parent 013ed3b823
commit 243182bb88

View File

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