From b816a38598a2b96f244ba1aacec05f7071b1a803 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 26 三月 2021 16:09:56 +0800 Subject: [PATCH] 2021-03-26 --- src/tabviews/verupmanage/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/verupmanage/index.jsx b/src/tabviews/verupmanage/index.jsx index e069f0f..8aa29d5 100644 --- a/src/tabviews/verupmanage/index.jsx +++ b/src/tabviews/verupmanage/index.jsx @@ -152,6 +152,7 @@ this.setState({ data: result.data.map((item, index) => { item.key = index + item.$$uuid = item[setting.primaryKey] || '' return item }), total: result.total, -- Gitblit v1.8.0