tangjie 2026-08-05 10:17:54 +08:00
commit 8af8df39df
2 changed files with 16 additions and 15 deletions

View File

@ -13,9 +13,9 @@ module.exports = {
// API_HOST: "https://gbs-gateway.qhdsafety.com",
// API_HOST: "http://192.168.0.134",
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
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="综合审核意见"