法治审核、执法记录仪视频对接
This commit is contained in:
parent
a5b333454f
commit
af6bd8a2f0
|
|
@ -7,12 +7,6 @@
|
|||
<div id="right" class="right"></div>
|
||||
<div id="bottom" class="bottom"></div>
|
||||
|
||||
<div class="title_background"></div>
|
||||
<div class="title"></div>
|
||||
<div class="home" @click="goHome"></div>
|
||||
<div class="fullScreen" @click="fullScreen"></div>
|
||||
<div class="back" @click="goHome">返回首页</div>
|
||||
|
||||
<div class="switch switch1" :class="{ 'switch-active': isMapMarkActive === 1 }" @click="changeMapMark(1)">
|
||||
<div class="icon"></div>
|
||||
<div class="label">企业</div>
|
||||
|
|
|
|||
|
|
@ -312,16 +312,6 @@ function handleQuery(queryParams) {
|
|||
})
|
||||
}
|
||||
|
||||
|
||||
// 详情信息
|
||||
function handleDetail(row) {
|
||||
dialogConfig.value.show = true
|
||||
dialogConfig.value.mode = 'detail'
|
||||
dialogConfig.value.title = '执法信息详情'
|
||||
dialogConfig.value.loading = true
|
||||
findOne(row)
|
||||
}
|
||||
|
||||
function findOne(row) {
|
||||
apiConfig.value.api.findOne(row.enforcementId).then(res => {
|
||||
dialogConfig.value.loading = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue