Explorar el Código

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

yanglzh hace 1 año
padre
commit
4260e8141e
Se han modificado 1 ficheros con 1 adiciones y 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);
     };
 
     // 打开修改产品弹窗