diff --git a/jjb.config.js b/jjb.config.js
index a384d58..8c58ad4 100644
--- a/jjb.config.js
+++ b/jjb.config.js
@@ -10,7 +10,7 @@ module.exports = {
javaGitBranch: "dev",
// 本地联调 safetyEval-service(context-path: /safetyEval,默认端口 8095)
// 可通过环境变量覆盖: SAFETY_EVAL_API_HOST=http://192.168.x.x:8095
- API_HOST: "http://192.168.0.103",
+ API_HOST: "http://192.168.0.152",
},
production: {
// 应用后端分支名称,部署上线需要
diff --git a/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js b/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js
index 41ee562..71a75df 100644
--- a/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js
+++ b/src/pages/Container/EnterpriseInfo/PersonnelInfo/Certificate/index.js
@@ -74,16 +74,32 @@ function StaffCertificatePage(props) {
form={searchForm}
loading={loading}
formLine={[
-
-
+
+
,
-
-
+
+
,
-
+
,
-
+
,
]}
@@ -258,7 +274,7 @@ function CertModal({
handleCancel();
onSuccess();
} else {
-
+ message.error(res?.message || res?.errMessage || "保存失败,请重试");
}
} finally {
setSubmitting(false);
@@ -277,14 +293,35 @@ function CertModal({
onOk={form.submit}
>
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -389,4 +450,4 @@ function ViewModal({ open, currentId, staffCertificateInfo, onCancel }) {
);
}
-export default Connect([NS_STAFF_CERTIFICATE], true)(AntdTableFuncControl(StaffCertificatePage));
\ No newline at end of file
+export default Connect([NS_STAFF_CERTIFICATE], true)(AntdTableFuncControl(StaffCertificatePage));
diff --git a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js
index e8c2e3c..af22ee7 100644
--- a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js
+++ b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js
@@ -151,13 +151,16 @@ function PersonnelInfoPage(props) {
form={searchForm}
loading={loading}
formLine={[
-
+
,
@@ -201,7 +204,7 @@ function PersonnelInfoPage(props) {
(