diff --git a/src/views/archivesManage/archivesSearch/index.vue b/src/views/archivesManage/archivesSearch/index.vue
index 6dba71c..f24b509 100644
--- a/src/views/archivesManage/archivesSearch/index.vue
+++ b/src/views/archivesManage/archivesSearch/index.vue
@@ -20,45 +20,47 @@
-
+
检索结果
本次检索结果共计{{ resNum }}条数据
-
-
-
-
-
-
-
- 文件级
- 卷内级
- 案卷级
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.create_time | parseTime }}
-
-
-
-
+
+
+
+
+
+
+
+
+ 文件级
+ 卷内级
+ 案卷级
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.create_time | parseTime }}
+
+
+
+
+
@@ -94,6 +96,7 @@ export default {
page: 1
},
resNum: 0,
+ isShow: false,
params: {
criteria: null,
query: null,
@@ -134,6 +137,7 @@ export default {
if (arr.length === 0) { // 无关键词时无数据
this.tableData = []
this.resNum = 0
+ this.isShow = false
this.page.total = 0
this.page.size = 10
this.page.page = 1
@@ -153,6 +157,7 @@ export default {
this.tableData = res.content
this.page.total = res.totalElements
this.resNum = res.totalElements
+ this.isShow = true
})
},
// 每页条数改变