gz-customerSystem/src/views/register/matterDetail/index.jsx
@@ -7,7 +7,7 @@ import FileTable from "./FileTable"; function getCaseInfoApi(id) { return $$.ax.request({ url: 'caseInfo/getCaseInfo?id=' + id, type: 'get', service: 'mediate' }); return $$.ax.request({ url: '/caseInfo/getCaseInfo?id=' + id, type: 'get', service: 'mediate' }); } @@ -23,7 +23,7 @@ //获取id const getCaseInfo = async (id) => { const res = await getCaseInfoApi(id) const res = await getCaseInfoApi(props.caseId) if (res.type) { let data = res.data const partyList = data.personList.concat(data.agentList)