heyang 10 months ago
parent
commit
486ba135dd
2 changed files with 18 additions and 3 deletions
  1. 16 1
      src/api/index.js
  2. 2 2
      src/views/courtyardManage/illegalDetail.vue

+ 16 - 1
src/api/index.js

@@ -157,7 +157,22 @@ export function examBigViewNewStatistics(data) {
         data: data
     })
 }
-
+//首页-人员违规统计-柱状图
+export function examBigViewDetailColumnar(data) {
+    return request({
+        url: '/exam/bigView/detail/columnar',
+        method: 'post',
+        data: data
+    })
+}
+//首页-人员违规统计-列表
+export function examBigViewDetailSubList(data) {
+    return request({
+        url: '/exam/bigView/detail/subList',
+        method: 'post',
+        data: data
+    })
+}
 
 
 

+ 2 - 2
src/views/courtyardManage/illegalDetail.vue

@@ -375,8 +375,8 @@ export default {
   },
   mounted() {
 
-    this.getAjaxData()
-    this.getAjaxList()
+    //this.getAjaxData()
+    //this.getAjaxList()
 
 
   },