From 17c00b467d3b495ef37ef9c83a7422fc400b8f6d Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期五, 16 八月 2024 16:02:26 +0800
Subject: [PATCH] 解析模型时,将二项分布参数保持到数据库(表model_node_algorithm)。

---
 web/src/views/modules/taskReliability/ConfigEdge/configEdge.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/src/views/modules/taskReliability/ConfigEdge/configEdge.vue b/web/src/views/modules/taskReliability/ConfigEdge/configEdge.vue
index 12d7c46..680a165 100644
--- a/web/src/views/modules/taskReliability/ConfigEdge/configEdge.vue
+++ b/web/src/views/modules/taskReliability/ConfigEdge/configEdge.vue
@@ -116,6 +116,7 @@
     },
 
     onStrokeChange(e) {
+      console.log(e,'eee')
       const val = e
       this.globalGridAttr.stroke = val
       this.curCell.attr('line/stroke', val)

--
Gitblit v1.9.1