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