From 96266d3d0e1c5c53e2f5b17e2fbf2c814c2a8d8f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 04 四月 2022 11:21:34 +0800 Subject: [PATCH] 2022-04-04 --- 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