From fe2617a36f52c16f83e7d3cb19d911bb91a3b79f Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期一, 13 六月 2022 09:00:28 +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