报错
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
|||||||
// this.getList()
|
// this.getList()
|
||||||
},
|
},
|
||||||
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) {
|
if (res.code == 0) {
|
||||||
res.data.records.map(item => {
|
res.data.records.map(item => {
|
||||||
item.isCheck = false
|
item.isCheck = false
|
||||||
|
|||||||
Reference in New Issue
Block a user