From 2a45cb4af3f72c23de76c770bddeda71fbb7c62e Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 27 三月 2023 09:24:23 +0800 Subject: [PATCH] 更改名称 --- src/api/sgyhpczl/delayHiddenDangerRectification.js | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/api/sgyhpczl/delayHiddenDangerRectification.js b/src/api/sgyhpczl/delayHiddenDangerRectification.js index d458b62..e13c1e6 100644 --- a/src/api/sgyhpczl/delayHiddenDangerRectification.js +++ b/src/api/sgyhpczl/delayHiddenDangerRectification.js @@ -55,7 +55,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'}) } /*录入人*/ @@ -84,3 +84,16 @@ data }); } + +export function next_step_do(data) { + return request({ + headers:{ + 'token': getTokenAndVerify().token, + 'verify':getTokenAndVerify().verify + }, + url: "/taboi/danger/next_step_do", + contentType: "application/json", + method: 'POST', + data + }); +} -- Gitblit v1.9.2