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