From c9ff2979fbf0b648240a22014e0d7c404f6899eb Mon Sep 17 00:00:00 2001 From: dongyukun <1208714201@qq.com> Date: 星期四, 07 十一月 2024 17:40:42 +0800 Subject: [PATCH] pointChart bug 修复 --- src/utils/dict.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 62875a9..86bd05a 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -182,4 +182,5 @@ MEASURE_VALUE_TYPE = 'measure_value_type', NVR_ONLINE_STATUS = 'nvr_online_status', CAMERA_BRAND = 'camera_brand', + CAPTURE_TYPE = 'capture_type', } -- Gitblit v1.9.3