Explorar o código

fix: 设备详情-运行状态-数据记录,修复在字段传参

yanglzh hai 1 ano
pai
achega
4260e8141e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/iot/device/instance/detail.vue

+ 1 - 1
src/views/iot/device/instance/detail.vue

@@ -685,7 +685,7 @@ export default defineComponent({
 
     //查看日志列表
     const onOpenListDetail = (row: TableDataRow) => {
-      listDicRef.value.openDialog(row, state.detail.id);
+      listDicRef.value.openDialog(row, state.detail.key);
     };
 
     // 打开修改产品弹窗