提交:摄像头管理 列表中 站点id 更改
This commit is contained in:
parent
1b432fb116
commit
d2d325893c
|
@ -114,7 +114,7 @@
|
||||||
label="摄像头名称"
|
label="摄像头名称"
|
||||||
align="left"
|
align="left"
|
||||||
width="200"
|
width="200"
|
||||||
prop="videoName"
|
prop="deviceName"
|
||||||
/>
|
/>
|
||||||
<el-table-column label="站点名称" align="left" width="210" prop="siteName" />
|
<el-table-column label="站点名称" align="left" width="210" prop="siteName" />
|
||||||
|
|
||||||
|
|
|
@ -285,7 +285,7 @@ export default {
|
||||||
this.selectResult = {};
|
this.selectResult = {};
|
||||||
if (data.type === "dblclick") {
|
if (data.type === "dblclick") {
|
||||||
if (data.otherOption.tableType === "site") {
|
if (data.otherOption.tableType === "site") {
|
||||||
this.tempForm.id = data.value.siteId;
|
this.tempForm.id = data.value.recordId;
|
||||||
this.tempForm.name = data.value.siteName;
|
this.tempForm.name = data.value.siteName;
|
||||||
}
|
}
|
||||||
this.setSelectList();
|
this.setSelectList();
|
||||||
|
@ -293,7 +293,7 @@ export default {
|
||||||
} else if (data.type === "click") {
|
} else if (data.type === "click") {
|
||||||
if (data.otherOption.tableType === "site") {
|
if (data.otherOption.tableType === "site") {
|
||||||
this.selectResult = {
|
this.selectResult = {
|
||||||
id: data.value.siteId,
|
id: data.value.recordId,
|
||||||
name: data.value.siteName,
|
name: data.value.siteName,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue