修改测试bug

This commit is contained in:
gyj
2024-04-29 14:20:06 +08:00
parent 8081c417a4
commit 4d25d5a564
2 changed files with 19 additions and 9 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ export function msCaseSign(data) {
return axios.post(`tiaojie/mssignSeal/msCaseSign`, data);
}
//根据案件id获取附件
export function fileList(caseAppliId,annexTypeList) {
return axios.get(`tiaojie/common/fileList?caseAppliId=${caseAppliId}&annexTypeList=${annexTypeList}`);
export function fileList(caseAppliId) {
return axios.get(`tiaojie/common/fileList?caseAppliId=${caseAppliId}`);
}
// 确定会议结果
export function confirmMeetingResult(data) {