dev_1.0.1
tangjie 2026-07-08 11:22:19 +08:00
parent 83ec84ce9f
commit ae8137b045
3 changed files with 5 additions and 15 deletions

View File

@ -1,13 +1,13 @@
module.exports = {
// 应用后端git地址部署上线需要
javaGit: "<git-url>",
javaGit: "http://47.92.113.182:3000/cq_anquan/safety-eval-service.git",
// 应用后端仓库名称,部署上线需要
javaGitName: "<git-name>",
javaGitName: "safety-eval-service",
// 环境配置
environment: {
development: {
// 应用后端分支名称,部署上线需要
javaGitBranch: "<branch-name>",
javaGitBranch: "dev",
// 本地联调 safetyEval-servicecontext-path: /safetyEval默认端口 8095
// 可通过环境变量覆盖: SAFETY_EVAL_API_HOST=http://192.168.x.x:8095
API_HOST: "http://192.168.0.152",

View File

@ -77,17 +77,7 @@ function OrgInfoPage(props) {
}, []);
const handleCancelEdit = () => {
if (hasExistingData) {
form.setFieldsValue({
...detail,
productionDate: detail.productionDate
? dayjs(detail.productionDate)
: undefined,
});
setEditing(false);
} else {
form.resetFields();
}
};
const handleSave = async (submitType) => {

View File

@ -195,7 +195,7 @@ function QualificationCertPage(props) {
},
{
title: "操作",
width: 200,
width: 180,
fixed: "right",
render: (_, record) => (
<TableAction>