-
+
{ setSearchInput(value); setCurPage(1); }}
/>
@@ -290,7 +298,7 @@ function RegisterList({ showNotification }) {
>
-
+
{/* */}
@@ -302,7 +310,7 @@ function RegisterList({ showNotification }) {
total={total}
setCurPage={setCurPage}
current={curPage}
- scroll={{ x: 2100, y: 600 }}
+ scroll={{ x: 2300 }}
/>
*/}
{
- lastRegister && lastRegister.status === -1 &&
+ lastRegister && lastRegister.status === -1 &&
您的资料正在审核,请稍候
}
@@ -267,6 +271,7 @@ export default Form.create()(({ match, history, showNotification, form, current_
{ max: 20, message: '长度不能超过20个字符' }],
)
}
@@ -286,6 +291,7 @@ export default Form.create()(({ match, history, showNotification, form, current_
}],
)
}
@@ -293,7 +299,7 @@ export default Form.create()(({ match, history, showNotification, form, current_
helper('单位类别',
'workplaceType',
[{ required: true, message: "请选择单位类别" }],
-