From 4f77b7a712833d073f4006f3043468e0cbd9d7ca Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期四, 19 五月 2022 18:29:10 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf

---
 src/api/sgyhpczl/hiddenDangerRegistration.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/api/sgyhpczl/hiddenDangerRegistration.js b/src/api/sgyhpczl/hiddenDangerRegistration.js
index b92ddc5..56705da 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'})

--
Gitblit v1.9.2