立案审查页面调整及接口调试

This commit is contained in:
Your Name
2023-09-21 13:35:51 +08:00
parent 4bb39e81f8
commit 2bb3595196
4 changed files with 141 additions and 34 deletions
+8
View File
@@ -25,3 +25,11 @@ export function pendTralSure(data) {
data: data,
});
}
// 立案审查
export function submitCaseApplicationCheck(data) {
return request({
url: "/caseApplication/submitCaseApplicationCheck",
method: "post",
data: data,
});
}