diff --git a/src/api/data/caseVerif.ts b/src/api/data/caseVerif.ts index 03bb0f0..efae56c 100644 --- a/src/api/data/caseVerif.ts +++ b/src/api/data/caseVerif.ts @@ -38,4 +38,12 @@ export function getNegativeId(originId) { return request.get({ url: '/data/caseVerif/getNegativeId?originId=' + originId }); -} \ No newline at end of file +} + +//导入数据(涉企涉冻) +export function caseVerifInvolvedIssueFun(body){ + return request.post({ + url:"/data/caseVerif/importExcelInvolvedIssue", + body + }) +} diff --git a/src/views/data/Ajhc.vue b/src/views/data/Ajhc.vue index 13b5ff7..d801114 100644 --- a/src/views/data/Ajhc.vue +++ b/src/views/data/Ajhc.vue @@ -88,6 +88,7 @@ 数据导入 + 涉企涉冻导入 + + +
+ + + + + +
+ + 确认 + +
+
+