From a5f41b5d98f23d618dc7519c605ce943b114dfd5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 13 十一月 2023 18:07:51 +0800 Subject: [PATCH] 2023-11-13 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 9de05d4..0c5ae33 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -2176,6 +2176,10 @@ const { btn } = this.props const { autoMatic } = this.state + if (btn.resetForm) { + MKEmitter.emit('mkFC', 'reset', btn.resetForm) + } + if (this.preCallback) { this.setState({ loading: false, -- Gitblit v1.8.0