更新设备

This commit is contained in:
2022-07-05 14:31:48 +08:00
parent 34f4f08218
commit eb5d4feec6
3 changed files with 21 additions and 8 deletions

View File

@@ -3,16 +3,16 @@
title="监控详情"
append-to-body
:visible.sync="dialogVisible"
fullscreen
@open="open"
@close="close"
fullscreen
>
<el-row :gutter="20">
<el-col :span="18" style="border: 1px solid white">
<span />
</el-col>
<el-col :span="6" style="margin-bottom: 20px">
<!-- <span style="float: right">
<!-- <span style="float: right">
<el-button icon="el-icon-close" size="mini" type="info" @click="dialogVisible = false"> </el-button>
</span>-->
</el-col>
@@ -183,7 +183,6 @@ export default {
const obj = JSON.parse(JSON.stringify(item))
if (obj.device_code === that.device_code) {
that.form = obj.data
console.log(that.form)
}
}
}