From dc3640ed779c020e1fe931a504e76b74fc02394c Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期一, 16 五月 2022 09:59:35 +0800 Subject: [PATCH] 举一反三 --- 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