guoxing 2 years ago
parent
commit
870195e651
  1. 6
      src/views/mortgage/allData.vue
  2. 2
      src/views/mortgage/index.vue

6
src/views/mortgage/allData.vue

@ -620,8 +620,14 @@
req.getOtherList(this.warehouseSid).then(res => { req.getOtherList(this.warehouseSid).then(res => {
console.log('getOtherList:', res) console.log('getOtherList:', res)
if (res.data) {
this.cameraList = res.data this.cameraList = res.data
this.cameraInfo = res.data[0]
this.getVedioPcLiveById(res.data[0].id)
}
}).catch(e => { }).catch(e => {
console.log('GdinventoryLog-loadList-ee:', e) console.log('GdinventoryLog-loadList-ee:', e)
}) })

2
src/views/mortgage/index.vue

@ -413,8 +413,6 @@
] ]
}; };
}, },
created() { created() {
this.loadList() this.loadList()

Loading…
Cancel
Save