From 3affb8887f5eff7d3c12f919aac7fe57da3a0f03 Mon Sep 17 00:00:00 2001
From: dengzedong <dengzedong@email>
Date: 星期六, 18 一月 2025 11:57:26 +0800
Subject: [PATCH] 计算预测项 表达式数据异常判定bug

---
 src/utils/dict.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/dict.ts b/src/utils/dict.ts
index 23b41c0..0795004 100644
--- a/src/utils/dict.ts
+++ b/src/utils/dict.ts
@@ -165,7 +165,7 @@
   MODEL_METHOD_SETTING_VALUE_TYPE = 'model_method_setting_value_type',
   PRED_GRANULARITY = 'pred_granularity',
   ITEM_RUN_STATUS = 'item_run_status',
-
+  RESULT_TYPE = 'result_type',
   // ========== DATA - 数据平台模块  ==========
   DATA_FIELD_TYPE = 'data_field_type',
   TAG_DATA_TYPE = 'tag_data_type',

--
Gitblit v1.9.3