From 7c3c82d429f86358142adceb080e8922f6a18aa0 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期一, 12 八月 2024 22:43:33 +0800 Subject: [PATCH] 设备信息管理模块 --- common/dataProductionDeviceType.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/dataProductionDeviceType.js b/common/dataProductionDeviceType.js index 208e785..916109e 100644 --- a/common/dataProductionDeviceType.js +++ b/common/dataProductionDeviceType.js @@ -54,7 +54,7 @@ case '6': return vocDeviceType; default: - return dustDeviceTypebreak; + return dustDeviceType; } } -- Gitblit v1.9.3