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

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<!-- <el-form label-width="100px">
<!-- <el-form label-width="100px">
<el-row>
<el-col :span="6">
<el-form-item label="关键字搜索">
@ -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,