修改测试bug
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user