From ef8acbf3859bd13e759fbb9b8ba726039c1fb2c5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 14 十一月 2023 15:51:59 +0800
Subject: [PATCH] 2023-11-14

---
 src/tabviews/zshare/actionList/normalbutton/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx
index a274d27..d6c0450 100644
--- a/src/tabviews/zshare/actionList/normalbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -2176,8 +2176,8 @@
     const { btn } = this.props
     const { autoMatic } = this.state
 
-    if (btn.resetForm) {
-      MKEmitter.emit('mkFC', 'reset', btn.resetForm)
+    if (btn.resetForms) {
+      MKEmitter.emit('resetForms', btn.uuid)
     }
 
     if (this.preCallback) {

--
Gitblit v1.8.0