From 944730f2794b87aa053f53084f0d082d4af6fd41 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 29 十月 2020 19:03:30 +0800 Subject: [PATCH] 2020-10-29 --- src/tabviews/zshare/actionList/excelInbutton/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tabviews/zshare/actionList/excelInbutton/index.jsx b/src/tabviews/zshare/actionList/excelInbutton/index.jsx index 9080770..17a718a 100644 --- a/src/tabviews/zshare/actionList/excelInbutton/index.jsx +++ b/src/tabviews/zshare/actionList/excelInbutton/index.jsx @@ -144,7 +144,7 @@ loading: false }) - this.props.updateStatus('refresh', btn.execSuccess) + this.props.updateStatus('refresh', btn.execSuccess, btn) } /** @@ -181,7 +181,7 @@ loading: false }) - this.props.updateStatus('refresh', btn.execError) + this.props.updateStatus('refresh', btn.execError, btn) } /** @@ -394,7 +394,7 @@ const { loading } = this.state if (show === 'actionList') { - return <div style={{display: 'inline-block'}}> + return <div style={{display: 'inline-block'}} onClick={(e) => e.stopPropagation()}> <Button icon={btn.icon} loading={loading} @@ -404,7 +404,7 @@ <ExcelIn btn={btn} triggerExcelIn={() => this.updateStatus('start')} returndata={this.getexceldata} ref="excelIn" /> </div> } else { // icon銆乼ext銆� all 鍗$墖 - return <div style={{display: 'inline-block'}}> + return <div style={{display: 'inline-block'}} onClick={(e) => e.stopPropagation()}> <Button type="link" loading={loading} -- Gitblit v1.8.0