修改测试bug

This commit is contained in:
gyj
2024-02-21 18:38:13 +08:00
parent 3757729649
commit 371eb8b749
3 changed files with 68 additions and 14 deletions
+8 -1
View File
@@ -223,4 +223,11 @@ export function getUserInfo(query) {
params: query
})
}
// 确定会议结果
export function confirmMeetingResult(data) {
return request({
url: '/caseApplication/confirmMeetingResult',
method: 'post',
data: data
})
}