Commit fb39bd16b78906d93c4789d47ea131996e909d96

Authored by 曾柯
1 parent b2d793aa

loading

src/pages/performance/EvaGroupSetting/EditComfirm/index.tsx
... ... @@ -118,7 +118,7 @@ function Index(props: Props) {
118 118 }
119 119  
120 120 return (
121   - <PageHeaderWrapper title="考评组配置" loading={loading}>
  121 + <PageHeaderWrapper title="考评组配置">
122 122 <Card>
123 123 {detailError ? (
124 124 <Result status="warning" title={detailError} />
... ...
src/pages/performance/KpiGroupSetting/EditComfirm/index.tsx
... ... @@ -157,7 +157,7 @@ function Index(props: Props) {
157 157 };
158 158  
159 159 return (
160   - <PageHeaderWrapper title="绩效组配置" loading={loading}>
  160 + <PageHeaderWrapper title="绩效组配置">
161 161 <Card>
162 162 {detailError ? (
163 163 <Result status="warning" title={detailError} />
... ...