修改测试bug

This commit is contained in:
gyj
2024-02-20 17:21:44 +08:00
parent b831a8ed4c
commit 83f6a92d84
5 changed files with 118 additions and 62 deletions
+8
View File
@@ -161,3 +161,11 @@ export function confirmPaid(data) {
data: data
})
}
//默认新增显示
export function getUserInfo(data) {
return request({
url: '/caseApplication/getUserInfo',
method: 'get',
params: data
})
}