From 4cc5b73a86a6c6195717c0ee18e2e82c3edb3042 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期一, 16 五月 2022 09:12:45 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf

---
 src/api/sgyhpczl/recheckCancellationNumber.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/api/sgyhpczl/recheckCancellationNumber.js b/src/api/sgyhpczl/recheckCancellationNumber.js
index ac9bc16..f770b54 100644
--- a/src/api/sgyhpczl/recheckCancellationNumber.js
+++ b/src/api/sgyhpczl/recheckCancellationNumber.js
@@ -111,6 +111,22 @@
     });
 }
 
+
+
+//自查隐患详情
+export function self_info(id) {
+    return request({
+        headers:{
+            'token': getTokenAndVerify().token,
+            'verify':getTokenAndVerify().verify
+        },
+        url: "/taboi/danger/self_info?id="+id,
+        contentType: "application/json",
+        method: 'GET',
+    });
+}
+
+
 //查询审批记录
 export function getWfRecordList(id) {
     return request({
@@ -124,5 +140,7 @@
     });
 }
 
+
+
 // /taboi/file/dowloand_do?type=0&fileName=自查隐患管理表_453929676.xls
 

--
Gitblit v1.9.2