上传问题,未解决
This commit is contained in:
+14
-2
@@ -32,5 +32,17 @@ export function reserveConferenceList(caseId) {
|
||||
}
|
||||
//根据id查询密文信息
|
||||
export function getEncryptInfoByid(caseId) {
|
||||
return axios.get(`tiaojie/shortMessage/getMeetingInfo?authId=${caseId}`);
|
||||
}
|
||||
return axios.get(`${baseUrl}/shortMessage/getMeetingInfo?authId=${caseId}`);
|
||||
}
|
||||
// 案件列表
|
||||
export function caseApplicationList(param) {
|
||||
return axios.get(`${baseUrl}/caseApplication/list?caseId=${param}`);
|
||||
}
|
||||
// 签收案件
|
||||
export function msCaseSign(data) {
|
||||
return axios.post(`${baseUrl}/mssignSeal/msCaseSign`, data);
|
||||
}
|
||||
//根据案件id获取附件
|
||||
export function fileList(caseAppliId,annexTypeList) {
|
||||
return axios.get(`${baseUrl}/common/fileList?caseAppliId=${caseAppliId}&annexTypeList=${annexTypeList}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user