Browse Source

提交隐患检查单

lin.liu 2 weeks ago
parent
commit
bc2588f130
1 changed files with 8 additions and 0 deletions
  1. 8 0
      secure-producting-vue/src/api/grid/GridIndex.js

+ 8 - 0
secure-producting-vue/src/api/grid/GridIndex.js

@@ -51,3 +51,11 @@ export function getListPerson(id) {
     method: 'get'
   })
 }
+
+// 获取当前登录用户所属网格,以及今日填报状态
+export function listMine() {
+  return request({
+    url: '/gridInfo/listMine',
+    method: 'get'
+  })
+}