From 40f4c8f438295248600b90dcceb5fa0444d42f39 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 12 一月 2020 16:52:53 +0800 Subject: [PATCH] 2020-01-12 --- src/tabviews/tableshare/actionList/index.jsx | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/tabviews/tableshare/actionList/index.jsx b/src/tabviews/tableshare/actionList/index.jsx index 3957b61..47693ca 100644 --- a/src/tabviews/tableshare/actionList/index.jsx +++ b/src/tabviews/tableshare/actionList/index.jsx @@ -305,6 +305,12 @@ param[setting.primaryKey] = ids.join(',') } + if (btn.OpenType === 'pop' && formdata) { // 琛ㄥ崟 + formdata.forEach(_data => { + param[_data.key] = _data.value + }) + } + new Promise(resolve => { // 鍐呴儴璇锋眰 if (btn.innerFunc) { -- Gitblit v1.8.0