zxr 2 年之前
父節點
當前提交
7c2fa4277c
共有 2 個文件被更改,包括 184 次插入242 次删除
  1. 9 2
      src/api/taishi/taishi.js
  2. 175 240
      src/views/taishi/index.vue

+ 9 - 2
src/api/taishi/taishi.js

@@ -8,7 +8,7 @@ export function zaiweipeople() {
   });
 }
 
-// 个单位人员样式  
+// 个单位人员样式
 export function gedanweizaiweiqingkaung() {
   return request({
     url: "/situation/situationinfo/gedanweizaiweiqingkaung",
@@ -23,6 +23,13 @@ export function waichurenyuanzhanbi() {
     method: "get"
   });
 }
+// 外出人员对比2
+export function waichurenyuanzhanbi2() {
+  return request({
+    url: "/combatduty/contrast/get",
+    method: "get"
+  });
+}
 
 // 今日值班
 export function jinrizhiban() {
@@ -133,4 +140,4 @@ export function selectCounts(query) {
     method: 'get',
     params: query
   })
-}
+}

File diff suppressed because it is too large
+ 175 - 240
src/views/taishi/index.vue


Some files were not shown because too many files changed in this diff