From fa8f1b1320fd2ad21884ccd6df792bf88270e2a1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 06 七月 2023 18:13:51 +0800
Subject: [PATCH] 2023-07-06

---
 src/tabviews/custom/components/timeline/normal-timeline/index.jsx |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/tabviews/custom/components/timeline/normal-timeline/index.jsx b/src/tabviews/custom/components/timeline/normal-timeline/index.jsx
index d629c77..3a8bb7e 100644
--- a/src/tabviews/custom/components/timeline/normal-timeline/index.jsx
+++ b/src/tabviews/custom/components/timeline/normal-timeline/index.jsx
@@ -238,22 +238,6 @@
     }
   }
 
-  refreshLineData = (menuId, btn, uuid, count) => {
-    const { config, data } = this.state
-
-    if (config.uuid !== menuId) return
-    
-    let _data = fromJS(data).toJS().forEach(item => {
-      if (item.$$uuid === uuid) {
-        item[btn.field] = count
-      }
-    })
-
-    this.setState({
-      data: _data
-    })
-  }
-
   reloadData = (menuId) => {
     const { config } = this.state
 

--
Gitblit v1.8.0