Commit 19fd9088 authored by 满振华's avatar 满振华

修改submodule

parent d6694c5c
......@@ -2,7 +2,6 @@ import React, { useReducer, useEffect, MutableRefObject, useRef, forwardRef, use
import _ from 'lodash';
import { Button } from 'antd';
import IconFont from '@/submodule/components/CustomIcon/IconFont';
import ButtonAuth from '@/submodule/components/AuthButton';
import BISpin from '@/submodule/ant_components/BISpin';
import SearchForm from './_components/searchForm';
import Table from './_components/table';
......@@ -118,7 +117,7 @@ const DataView = (props: Props, ref: Ref<any>) => {
<div className={styles.view} style={style}>
<DataViewContext.Provider value={[state, dispatch, effectDispatch]}>
<BISpin spinning={!!state.loading}>
<BISpin spinning={props.loading}>
{hideForm ? null : (
<>
<div className={styles.formWrap}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment