he wei
2024-01-23 60dbbf33a6673be53d774d04779b3658769d2cd0
U 初始加载 读取参数一次
2个文件已修改
8 ■■■■ 已修改文件
src/views/powerCabinetControl/components/paramAlarm.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/powerCabinetControl/components/paramMode.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/powerCabinetControl/components/paramAlarm.vue
@@ -276,7 +276,9 @@
    },
  },
  mounted() {},
  mounted() {
    this.getParam();
  },
};
</script>
src/views/powerCabinetControl/components/paramMode.vue
@@ -229,7 +229,9 @@
    },
  },
  mounted() {},
  mounted() {
    this.getParam();
  },
};
</script>