From c445fd98c0732bec8f15f585a3701523df39217c Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 31 Jan 2024 16:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuSet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuSet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJuSet.js b/SrcJuSet.js index 7015b0a4..96c9f4b5 100644 --- a/SrcJuSet.js +++ b/SrcJuSet.js @@ -394,7 +394,7 @@ function SRCSet() { jkdatalist = getListData("all", getMyVar("SrcJu_jiekouType","全部")); } - let typebtn = getGroupNames("管理"); + let typebtn = getTypeNames(); typebtn.unshift("全部"); typebtn.forEach(it =>{ let typename = it; @@ -643,7 +643,7 @@ function jiekouapi(sourcefile, data, look) { d.push({ title: '接口类型:'+ getMyVar('SrcJu_jiekoutype',''), col_type: 'text_1', - url: $(runTypes,2,"接口类型").select(() => { + url: $(getTypeNames(),2,"接口类型").select(() => { putMyVar('SrcJu_jiekoutype',input); refreshPage(false); return 'toast://接口类型已设置为:' + input;