From da305b2c5f325504b17e64f4cd4faf4f1427470e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 10 三月 2022 23:42:58 +0800 Subject: [PATCH] 2022-03-10 --- src/templates/zshare/editTable/index.jsx | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/editTable/index.jsx b/src/templates/zshare/editTable/index.jsx index 6869200..b1408c8 100644 --- a/src/templates/zshare/editTable/index.jsx +++ b/src/templates/zshare/editTable/index.jsx @@ -331,6 +331,11 @@ } try { + let srcid = localStorage.getItem(window.location.href.split('#')[0] + 'srcId') + if (srcid) { + msg.$srcId = srcid + } + msg = window.btoa(window.encodeURIComponent(JSON.stringify(msg))) } catch (e) { console.warn('Stringify Failure') -- Gitblit v1.8.0