diff --git a/src/views/alarmHandling/index.vue b/src/views/alarmHandling/index.vue index 8171d45..28495ce 100644 --- a/src/views/alarmHandling/index.vue +++ b/src/views/alarmHandling/index.vue @@ -404,7 +404,6 @@ export default { this.photoPic = res.data.list[0].path; this.selectRow = res.data.list[0]; console.log(this.selectRow); - // 别忘了标签上定义ref 这里的 myTable就说获取的标签上的ref命的名 this.$refs.multipleTable.setCurrentRow(this.selectRow); this.handleRowClick(this.selectRow); diff --git a/src/views/management/monitoringEquipment/photographicDevice/index.vue b/src/views/management/monitoringEquipment/photographicDevice/index.vue index d61300c..92d65b8 100644 --- a/src/views/management/monitoringEquipment/photographicDevice/index.vue +++ b/src/views/management/monitoringEquipment/photographicDevice/index.vue @@ -7,7 +7,7 @@ >新增 - +