代码提交

dev_0.0.1_xq
刘政 2 weeks ago
parent 5b2bcf5005
commit 4e900df757

@ -294,7 +294,6 @@
</el-table-column>
<el-table-column label="操作" fixed="right" width="250">
<template #default="{row}">
<el-button size="small" type="primary" link @click="openPlayDialog(row)" :loading="playLoading">预览</el-button>
<el-button size="small" type="primary" link @click="openCameraEditDialog(row)"> </el-button>
<el-button size="small" type="warning" link @click="handleEditDel(row)"></el-button>
@ -306,7 +305,6 @@
<el-button link type="primary" size="small">
更多 <el-icon class="el-icon--right"><ArrowDown /></el-icon>
</el-button>
<template #dropdown>
<el-dropdown-menu>
<el-dropdown-item command="control">控制</el-dropdown-item>
@ -423,8 +421,9 @@
required: true,
message: '请填写上报地址',
trigger: 'blur'
}
]
},
],
}"
:model="blurDialogObj.burDetectionVO">
<el-form-item label="开启模糊检测" >
@ -985,12 +984,10 @@ const openBlurDialog=async (data:CameraRow)=>{
if(res.code=='0000' && res.data)
{
blurDialogObj.burDetectionVO=res.data;
console.log('进行赋值', blurDialogObj.burDetectionVO)
}else {
blurDialogObj.burDetectionVO.cameraId=data.id;
blurDialogObj.burDetectionVO.cameraName=data.name ?? '';
}
console.log('当前弹框对象', blurDialogObj.burDetectionVO)
} else {
console.warn('channelId 不存在于当前数据中');
}

Loading…
Cancel
Save