From 17bc12d7414dedab9d8eb60794603e61e8cce01e Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Tue, 25 Oct 2022 17:20:35 +0800
Subject: [PATCH] '更新'
---
src/api/sgyhpczl/recheckCancellationNumber.js | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/src/api/sgyhpczl/recheckCancellationNumber.js b/src/api/sgyhpczl/recheckCancellationNumber.js
index 5287585..4fe0d8a 100644
--- a/src/api/sgyhpczl/recheckCancellationNumber.js
+++ b/src/api/sgyhpczl/recheckCancellationNumber.js
@@ -54,7 +54,7 @@
arr.push({field:"check_class",value:data.form.check_class,type:'OPT'})
}
/*是否关联*/
- if(data.form.DTRisk_bankId!=null && data.form.DTRisk_bankId!=''){
+ if(data.form.DTRisk_bankId!=null){
arr.push({field:"DTRisk_bankId",value:data.form.DTRisk_bankId,type:'OPT'})
}
/*录入人*/
@@ -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({
@@ -118,11 +134,13 @@
'token': getTokenAndVerify().token,
'verify':getTokenAndVerify().verify
},
- url: "taboi/user/wf_record_list?id="+id,
+ url: "/taboi/user/wf_record_list?id="+id,
contentType: "application/json",
method: 'GET',
});
}
+
+
// /taboi/file/dowloand_do?type=0&fileName=自查隐患管理表_453929676.xls
--
Gitblit v1.9.2