bug修改

dev
huwei 2026-08-05 10:09:57 +08:00
parent 628cbfd793
commit 94a62ee306
2 changed files with 15 additions and 14 deletions

View File

@ -12,10 +12,10 @@ module.exports = {
// 可通过环境变量覆盖: SAFETY_EVAL_API_HOST=http://192.168.x.x:8095
// API_HOST: "https://gbs-gateway.qhdsafety.com",
API_HOST: "http://192.168.0.134",
// API_HOST: "http://192.168.0.134",
//API_HOST: "http://192.168.0.150", //太浅
// API_HOST: "http://192.168.0.152",
// API_HOST: "http://192.168.0.103", //huwei
API_HOST: "http://192.168.0.103", //huwei
},
production: {
// 应用后端分支名称,部署上线需要

View File

@ -135,10 +135,10 @@ const ReviewModal = (props) => {
</Select>
</Form.Item>
{!isChange && (
<Form.Item
label="指派专家"
name="filingExpertId"
rules={[{ required: true, message: "请选择专家" }]}
>
<Select
placeholder="请选择"
@ -147,6 +147,7 @@ const ReviewModal = (props) => {
options={expertOptions}
/>
</Form.Item>
)}
<Form.Item
label="综合审核意见"