借助medalsoft/doaf

 medalsoft 官网 

import { Loading } from '@medalsoft/doaf';

  // 编辑
  const onEdit = (record) => {
    Loading.show();
    GetUserApplyById(record.id).then((res) => {
      if (res.success) {
        Loading.hide();
        childMethodRef.current.onEditVal(res?.data);
        onOutAccount();
      } else {
        Loading.hide();
        onError(res.msg);
      }
    });
  };

 全局loading

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐