改服务

This commit is contained in:
yss
2022-08-11 13:39:35 +08:00
parent 307dc7fb10
commit d747a5ff2b
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ const ViewRiskSupplierModal: React.FC<ViewRiskSupplierModalProps> = (props) => {
if (res.success == true && res.data.success==false) { if (res.success == true && res.data.success==false) {
setRiskSupplierData(res.data.data.result[0].regulationData[0].message); setRiskSupplierData(res.data.data.result[0].regulationData[0].message);
} else { } else {
setRiskSupplierData({}); setRiskSupplierData("暂无数据");
} }
}) })
} }

View File

@ -122,7 +122,7 @@ export async function replace(a: any,b: any,c: any){
//风险限定供应商 //风险限定供应商
export async function getRiskSupplierList(projectId: any, assessRoomId: any) { export async function getRiskSupplierList(projectId: any, assessRoomId: any) {
return request('/api/biz-service-ebtp-evaluation/v1/risk/querySupplierLimit', { return request('/api/biz-service-ebtp-rsms/v1/riskcenter/querySupplierLimit', {
method: 'post', method: 'post',
data: { data: {
"assessRoomId": assessRoomId, "assessRoomId": assessRoomId,