bug修改
parent
35f8b990d8
commit
32254e6a87
|
|
@ -10,12 +10,12 @@ module.exports = {
|
|||
javaGitBranch: "dev",
|
||||
// 本地联调 safetyEval-service(context-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.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: {
|
||||
// 应用后端分支名称,部署上线需要
|
||||
|
|
|
|||
|
|
@ -1042,18 +1042,6 @@ const EvalReportLibrary = (props) => {
|
|||
</Descriptions.Item>
|
||||
</Descriptions>
|
||||
<div className="erl-detail-actions">
|
||||
<Button
|
||||
type="primary"
|
||||
onClick={() => handleDownload(detailData)}
|
||||
disabled={!detailData.fileUrl}
|
||||
>
|
||||
下载报告
|
||||
</Button>
|
||||
{isUnsubmitted(detailData) && (
|
||||
<Button onClick={() => handleSubmitToRegulator(detailData)}>
|
||||
报送监管
|
||||
</Button>
|
||||
)}
|
||||
{isSpotcheckRelated(detailData) && (
|
||||
<Button
|
||||
onClick={() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue