fix
pyt
2025-03-18 037d21e2875ec504dbf99c5d724ca97b0896d6dd
management/src/pages/party/audit/index.jsx
@@ -145,6 +145,7 @@
          const success = await sendRequest(audit, fileds);
          if (success) {
            handleModalVisible(false);
            message.success('当前党员信息审核已通过');
            addViewRef.current.clean()
            actionRef.current.reload();
          }