fix:平台栅栏视频无法定位得问题
parent
96967d7f61
commit
82de06b2d3
|
@ -192,7 +192,6 @@ export default {
|
|||
}
|
||||
})
|
||||
this.varList = tempList
|
||||
console.log(tempList)
|
||||
this.total = res.data.total
|
||||
}).catch((e) => {
|
||||
this.listLoading = false
|
||||
|
@ -253,7 +252,7 @@ export default {
|
|||
this.form
|
||||
).then(async(data) => {
|
||||
await this.getAllList()
|
||||
this.getList()
|
||||
await this.getList()
|
||||
}).catch((e) => {
|
||||
this.listLoading = false
|
||||
})
|
||||
|
@ -295,7 +294,9 @@ export default {
|
|||
},
|
||||
|
||||
handleMap(row) {
|
||||
this.form = {}
|
||||
this.dialogFormMap = true
|
||||
console.log(row)
|
||||
this.form = {
|
||||
PLATFORMELECTRONIC_ID: row.PLATFORMELECTRONIC_ID,
|
||||
CORPINFO_ID: row.CORPINFO_ID,
|
||||
|
|
Loading…
Reference in New Issue