董国庆
2025-03-19 5b37f36231c54f9d65b4b6260e9daa50f09d323f
修改提示
1个文件已修改
3 ■■■■ 已修改文件
management/src/pages/party/audit/index.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
management/src/pages/party/audit/index.jsx
@@ -145,10 +145,9 @@
          const success = await sendRequest(audit, fileds);
          if (success) {
            handleModalVisible(false);
            if (fileds.type == 'sure') {
            if (fileds.auditStatus == '1') {
              message.success('当前党员信息审核已通过');
            }
            addViewRef.current.clean()
            actionRef.current.reload();
          }