Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wxcp_app into dev
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
|||||||
// this.getList()
|
// this.getList()
|
||||||
},
|
},
|
||||||
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) {
|
if (res.code == 0) {
|
||||||
res.data.records.map(item => {
|
res.data.records.map(item => {
|
||||||
item.isCheck = false
|
item.isCheck = false
|
||||||
@@ -80,7 +80,7 @@ export default {
|
|||||||
if(item.isCheck) {
|
if(item.isCheck) {
|
||||||
var info = {
|
var info = {
|
||||||
serialNo: item.serialNo,
|
serialNo: item.serialNo,
|
||||||
serialName: item.deviceName
|
serialName: item.name
|
||||||
}
|
}
|
||||||
this.selectList.push(info)
|
this.selectList.push(info)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user