Merge remote-tracking branch 'origin/dev' into dev

dev_1.2
luotaiqian 2026-07-24 16:27:56 +08:00
commit 4a7d7ce2bd
4 changed files with 6 additions and 5 deletions

View File

@ -10,10 +10,10 @@ module.exports = {
javaGitBranch: "dev",
// 本地联调 safetyEval-servicecontext-path: /safetyEval默认端口 8095
// 可通过环境变量覆盖: SAFETY_EVAL_API_HOST=http://192.168.x.x:8095
//API_HOST: "https://gbs-gateway.qhdsafety.com",
API_HOST: "https://gbs-gateway.qhdsafety.com",
//API_HOST: "http://192.168.0.152",
API_HOST: "http://192.168.0.150", //太浅
//API_HOST: "http://192.168.0.150", //太浅
// API_HOST: "http://192.168.0.152",
//API_HOST: "http://192.168.0.103", //huwei
},

View File

@ -125,7 +125,7 @@ const RiskAnalysisContent = (props) => {
</span>
</div>
<Card
title="安全评价风险分析记录表受控编号QAPJ-CX-1-JL01"
title="安全评价风险分析记录表"
styles={{ header: { textAlign: "center" } }}
>
<Form form={form} layout="vertical">

View File

@ -136,6 +136,7 @@ const ProjectFlow = (props) => {
useEffect(() => {
props.queryMyOrCreateDoc({
docxUrl: "",
projectId,
});
getDetail();
}, []);

View File

@ -55,7 +55,7 @@ const App = (props) => {
const instance = WebOfficeSDK.init({
// 必填项
officeType: WebOfficeSDK.OfficeType.Writer,
appId: "SX20260717TSGKEA",
appId: "SX20260724JJYTBX",
mount: document.getElementById("app-sbsb"),
fileId: fileId,
token: sessionStorage.getItem("token"),
@ -84,7 +84,7 @@ const App = (props) => {
<Flex gap={12}>
<Button onClick={handleSave}>保存</Button>
<Button>下载报告</Button>
<Button type="primary">提交内审</Button>
</Flex>
}
>