fix:平台栅栏视频无法定位得问题

main
dearlin 2023-11-29 15:43:31 +08:00
parent 96967d7f61
commit 82de06b2d3
1 changed files with 4 additions and 3 deletions

View File

@ -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,