From 253fbcbdd06f6354e857a8e1e47ddf116459df42 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 10 二月 2023 17:43:58 +0800
Subject: [PATCH] 2023-02-10

---
 src/templates/comtableconfig/updatetable/index.jsx |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/templates/comtableconfig/updatetable/index.jsx b/src/templates/comtableconfig/updatetable/index.jsx
index f193b63..ffe2380 100644
--- a/src/templates/comtableconfig/updatetable/index.jsx
+++ b/src/templates/comtableconfig/updatetable/index.jsx
@@ -813,6 +813,7 @@
           if (m.signType === 'line') {
             lineMarks.push({
               $index: lineMarks.length + 1,
+              uuid: Utils.getuuid(),
               field: field,
               color: color,
               contrastValue: m.contrastValue || '',
@@ -822,6 +823,7 @@
           } else {
             _col.marks.push({
               $index: _col.marks.length + 1,
+              uuid: Utils.getuuid(),
               field: field,
               color: color,
               contrastValue: m.contrastValue || '',

--
Gitblit v1.8.0