diff --git a/src/views/caseFiling/archiveList.vue b/src/views/caseFiling/archiveList.vue
index 23929e2..9aaf391 100644
--- a/src/views/caseFiling/archiveList.vue
+++ b/src/views/caseFiling/archiveList.vue
@@ -34,9 +34,9 @@
重置
-
+
+ 案件归档
+
@@ -130,6 +130,10 @@ export default {
this.resetForm("queryForm");
this.handleQuery();
},
+ // 下在案件归档压缩包
+ downloadZips(){
+ // console.log(this.download)
+ },
// 查询列表数据
getList(parms) {
this.loading = true;
diff --git a/src/views/caseFiling/components/caseInfo.vue b/src/views/caseFiling/components/caseInfo.vue
index 5a9f00f..f53d031 100644
--- a/src/views/caseFiling/components/caseInfo.vue
+++ b/src/views/caseFiling/components/caseInfo.vue
@@ -126,6 +126,13 @@
+
+
+
+ {{item.annexName}}
+
+
+
@@ -512,6 +519,7 @@ export default {
props: ["caseApplicationObj"],
data() {
return {
+ fileURL: window.location.origin + "/API",
formData: {},
applicateArr: [],
quiltArr: [],
@@ -561,6 +569,7 @@ export default {
if (this.caseApplicationObj) {
this.formData = this.caseApplicationObj;
}
+ console.log(this.caseApplicationObj)
console.log("this.formData", this.formData);
if (this.caseApplicationObj && this.caseApplicationObj.caseAffiliates) {
this.caseApplicationObj.caseAffiliates.forEach((item) => {
diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue
index e5384ef..f4101ab 100644
--- a/src/views/caseManagement/components/caseentryDialog.vue
+++ b/src/views/caseManagement/components/caseentryDialog.vue
@@ -583,6 +583,15 @@
@click="generateForm1()"
>新增被申请人主体信息 -->
+
+
+
+ {{item.annexName}}
+
+