From 44d7a737dc0d63ad1dd7c52d45fc2233d1950173 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期四, 09 六月 2022 09:56:08 +0800 Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/shf' into master --- src/api/sgyhpczl/hiddenDangerRegistration.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/api/sgyhpczl/hiddenDangerRegistration.js b/src/api/sgyhpczl/hiddenDangerRegistration.js index b92ddc5..e5a2675 100644 --- a/src/api/sgyhpczl/hiddenDangerRegistration.js +++ b/src/api/sgyhpczl/hiddenDangerRegistration.js @@ -3,6 +3,10 @@ export function getPageList(data) { var arr=[] + /*举一反三ID*/ + if(data.form.jyfsId!=null && data.form.jyfsId!=''){ + arr.push({field:"jyfsId",value:data.form.jyfsId,type:'OPT'}) + } /*编号*/ if(data.form.number!=null && data.form.number!=''){ arr.push({field:"number",value:data.form.number,type:'TXT'}) @@ -52,7 +56,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'}) } /*录入人*/ -- Gitblit v1.9.2