From ca7ec9812212102eb6a85a84a0bb5c13c3a14bd6 Mon Sep 17 00:00:00 2001 From: panzy <225@qq.com> Date: 星期六, 14 五月 2022 12:12:38 +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