From 866db6d8afa6980fd485570acda6b5fcebda4da3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 01 七月 2024 16:08:27 +0800 Subject: [PATCH] 2024-07-01 --- src/tabviews/zshare/actionList/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.jsx b/src/tabviews/zshare/actionList/index.jsx index d0a7bd4..8948d0c 100644 --- a/src/tabviews/zshare/actionList/index.jsx +++ b/src/tabviews/zshare/actionList/index.jsx @@ -134,6 +134,7 @@ BID={BID} btn={item} BData={BData} + columns={columns} selectedData={selectedData} /> ) @@ -213,6 +214,7 @@ key={item.uuid} BID={BID} btn={item} + columns={columns} selectedData={selectedData} /> ) -- Gitblit v1.8.0