diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 5ac221a..26c8862 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -15,3 +15,69 @@
params
})
}
+
+export function exportAssessDept(params) {
+ return request({
+ url: '/departmentAssess/listExp',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
+
+export function getRuleList(params) {
+ return request({
+ url: '/departmentAssess/ruleList',
+ method: 'get',
+ params
+ })
+}
+
+export function updateRule(params) {
+ return request({
+ url: '/departmentAssess/updateRule',
+ method: 'get',
+ params
+ })
+}
+
+// 高发问题列表查询
+export function highEventList(params) {
+ return request({
+ url: '/departmentAssess/highEventList',
+ method: 'get',
+ params
+ })
+}
+
+// 高发问题文件导出
+export function exportAssessHighEvent(params) {
+ return request({
+ url: '/departmentAssess/highEventListEXP',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
+
+// 案件来源列表查询
+export function sourceList(params) {
+ return request({
+ url: '/departmentAssess/sourceList',
+ method: 'get',
+ params
+ })
+}
+
+// 案件来源文件导出
+export function exportAssessSource(params) {
+ return request({
+ url: '/departmentAssess/sourceListEXP',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 5ac221a..26c8862 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -15,3 +15,69 @@
params
})
}
+
+export function exportAssessDept(params) {
+ return request({
+ url: '/departmentAssess/listExp',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
+
+export function getRuleList(params) {
+ return request({
+ url: '/departmentAssess/ruleList',
+ method: 'get',
+ params
+ })
+}
+
+export function updateRule(params) {
+ return request({
+ url: '/departmentAssess/updateRule',
+ method: 'get',
+ params
+ })
+}
+
+// 高发问题列表查询
+export function highEventList(params) {
+ return request({
+ url: '/departmentAssess/highEventList',
+ method: 'get',
+ params
+ })
+}
+
+// 高发问题文件导出
+export function exportAssessHighEvent(params) {
+ return request({
+ url: '/departmentAssess/highEventListEXP',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
+
+// 案件来源列表查询
+export function sourceList(params) {
+ return request({
+ url: '/departmentAssess/sourceList',
+ method: 'get',
+ params
+ })
+}
+
+// 案件来源文件导出
+export function exportAssessSource(params) {
+ return request({
+ url: '/departmentAssess/sourceListEXP',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
index 699b1c7..a7f9bfa 100644
--- a/src/views/deptAccess/accessRule.vue
+++ b/src/views/deptAccess/accessRule.vue
@@ -25,20 +25,20 @@
-
- 修改
+
+ 修改
-
- 修改
+
+ 修改
- %
- 修改
+ %
+ 修改
- %
- 修改
+ %
+ 修改
@@ -46,14 +46,66 @@
diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 5ac221a..26c8862 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -15,3 +15,69 @@
params
})
}
+
+export function exportAssessDept(params) {
+ return request({
+ url: '/departmentAssess/listExp',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
+
+export function getRuleList(params) {
+ return request({
+ url: '/departmentAssess/ruleList',
+ method: 'get',
+ params
+ })
+}
+
+export function updateRule(params) {
+ return request({
+ url: '/departmentAssess/updateRule',
+ method: 'get',
+ params
+ })
+}
+
+// 高发问题列表查询
+export function highEventList(params) {
+ return request({
+ url: '/departmentAssess/highEventList',
+ method: 'get',
+ params
+ })
+}
+
+// 高发问题文件导出
+export function exportAssessHighEvent(params) {
+ return request({
+ url: '/departmentAssess/highEventListEXP',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
+
+// 案件来源列表查询
+export function sourceList(params) {
+ return request({
+ url: '/departmentAssess/sourceList',
+ method: 'get',
+ params
+ })
+}
+
+// 案件来源文件导出
+export function exportAssessSource(params) {
+ return request({
+ url: '/departmentAssess/sourceListEXP',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
index 699b1c7..a7f9bfa 100644
--- a/src/views/deptAccess/accessRule.vue
+++ b/src/views/deptAccess/accessRule.vue
@@ -25,20 +25,20 @@
-
- 修改
+
+ 修改
-
- 修改
+
+ 修改
- %
- 修改
+ %
+ 修改
- %
- 修改
+ %
+ 修改
@@ -46,14 +46,66 @@
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index d649c46..4bb36da 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -8,10 +8,11 @@
{{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
@@ -186,4 +187,7 @@
}
}
}
+ .table-button {
+ display: contents;
+ }
diff --git a/src/api/assess/assessDept.js b/src/api/assess/assessDept.js
index 5ac221a..26c8862 100644
--- a/src/api/assess/assessDept.js
+++ b/src/api/assess/assessDept.js
@@ -15,3 +15,69 @@
params
})
}
+
+export function exportAssessDept(params) {
+ return request({
+ url: '/departmentAssess/listExp',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
+
+export function getRuleList(params) {
+ return request({
+ url: '/departmentAssess/ruleList',
+ method: 'get',
+ params
+ })
+}
+
+export function updateRule(params) {
+ return request({
+ url: '/departmentAssess/updateRule',
+ method: 'get',
+ params
+ })
+}
+
+// 高发问题列表查询
+export function highEventList(params) {
+ return request({
+ url: '/departmentAssess/highEventList',
+ method: 'get',
+ params
+ })
+}
+
+// 高发问题文件导出
+export function exportAssessHighEvent(params) {
+ return request({
+ url: '/departmentAssess/highEventListEXP',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
+
+// 案件来源列表查询
+export function sourceList(params) {
+ return request({
+ url: '/departmentAssess/sourceList',
+ method: 'get',
+ params
+ })
+}
+
+// 案件来源文件导出
+export function exportAssessSource(params) {
+ return request({
+ url: '/departmentAssess/sourceListEXP',
+ method: 'get',
+ timeout: 120000,
+ params,
+ responseType: 'blob' // 这一步也很关键,一定要加上 responseType 值为 blob
+ })
+}
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
index 699b1c7..a7f9bfa 100644
--- a/src/views/deptAccess/accessRule.vue
+++ b/src/views/deptAccess/accessRule.vue
@@ -25,20 +25,20 @@
-
- 修改
+
+ 修改
-
- 修改
+
+ 修改
- %
- 修改
+ %
+ 修改
- %
- 修改
+ %
+ 修改
@@ -46,14 +46,66 @@
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index d649c46..4bb36da 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -8,10 +8,11 @@
{{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
@@ -186,4 +187,7 @@
}
}
}
+ .table-button {
+ display: contents;
+ }
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
index 5e33797..4487c7a 100644
--- a/src/views/otherComment/highFreq/highFreq.vue
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -26,7 +26,7 @@
图表模式
-
+
@@ -36,6 +36,7 @@
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index d649c46..4bb36da 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -8,10 +8,11 @@
{{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
@@ -186,4 +187,7 @@
}
}
}
+ .table-button {
+ display: contents;
+ }
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
index 5e33797..4487c7a 100644
--- a/src/views/otherComment/highFreq/highFreq.vue
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -26,7 +26,7 @@
图表模式
-
+
@@ -36,6 +36,7 @@
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index d649c46..4bb36da 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -8,10 +8,11 @@
{{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
@@ -186,4 +187,7 @@
}
}
}
+ .table-button {
+ display: contents;
+ }
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
index 5e33797..4487c7a 100644
--- a/src/views/otherComment/highFreq/highFreq.vue
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -26,7 +26,7 @@
图表模式
-
+
@@ -36,6 +36,7 @@
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index d649c46..4bb36da 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -8,10 +8,11 @@
{{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
@@ -186,4 +187,7 @@
}
}
}
+ .table-button {
+ display: contents;
+ }
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
index 5e33797..4487c7a 100644
--- a/src/views/otherComment/highFreq/highFreq.vue
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -26,7 +26,7 @@
图表模式
-
+
@@ -36,6 +36,7 @@
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index d649c46..4bb36da 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -8,10 +8,11 @@
{{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
@@ -186,4 +187,7 @@
}
}
}
+ .table-button {
+ display: contents;
+ }
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
index 5e33797..4487c7a 100644
--- a/src/views/otherComment/highFreq/highFreq.vue
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -26,7 +26,7 @@
图表模式
-
+
@@ -36,6 +36,7 @@
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index d649c46..4bb36da 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -8,10 +8,11 @@
{{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
@@ -186,4 +187,7 @@
}
}
}
+ .table-button {
+ display: contents;
+ }
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
index 5e33797..4487c7a 100644
--- a/src/views/otherComment/highFreq/highFreq.vue
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -26,7 +26,7 @@
图表模式
-
+
@@ -36,6 +36,7 @@