Merge branch 'dev' of http://47.92.113.182:3000/cq_anquan/safety-eval-service-frontend into dev
commit
8af8df39df
|
|
@ -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.150", //太浅
|
||||
// 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: {
|
||||
// 应用后端分支名称,部署上线需要
|
||||
|
|
|
|||
|
|
@ -135,18 +135,19 @@ const ReviewModal = (props) => {
|
|||
</Select>
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item
|
||||
label="指派专家"
|
||||
name="filingExpertId"
|
||||
rules={[{ required: true, message: "请选择专家" }]}
|
||||
>
|
||||
<Select
|
||||
placeholder="请选择"
|
||||
showSearch
|
||||
optionFilterProp="label"
|
||||
options={expertOptions}
|
||||
/>
|
||||
</Form.Item>
|
||||
{!isChange && (
|
||||
<Form.Item
|
||||
label="指派专家"
|
||||
name="filingExpertId"
|
||||
>
|
||||
<Select
|
||||
placeholder="请选择"
|
||||
showSearch
|
||||
optionFilterProp="label"
|
||||
options={expertOptions}
|
||||
/>
|
||||
</Form.Item>
|
||||
)}
|
||||
|
||||
<Form.Item
|
||||
label="综合审核意见"
|
||||
|
|
|
|||
Loading…
Reference in New Issue