From f81d930c565e34f37074a21ecebfea394ee63e48 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 28 三月 2022 14:51:51 +0800 Subject: [PATCH] 2022-03-28 --- src/tabviews/custom/components/table/edit-table/normalTable/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx b/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx index 032973a..9d7eaf9 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx @@ -1239,6 +1239,10 @@ setTimeout(() => { this.plusLine() }, 10) + } else if (edData[index]) { + setTimeout(() => { + this.subLine(col, edData[index]) + }, 10) } } -- Gitblit v1.8.0