From 492bd2184d4033419c13b58bcb6524b5e9bea566 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 23 May 2024 22:06:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index 14523d2b..a2eaadd0 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -16,7 +16,10 @@ function dianbo() { let index = yxdatalist.indexOf(yxdatalist.filter(d => d.type==sourceType && d.name==sourceNmae )[0]); let sourceData = yxdatalist[index] || {}; let selectGroup = sourceData.group || sourceData.type; - + if(!selectGroup){ + sourceType = ''; + sourceNmae = ''; + } let groupNames = getJiekouGroups(yxdatalist); groupNames.forEach(it =>{ @@ -73,6 +76,11 @@ function dianbo() { } }) } + + + + + setResult(d); } //接口一级