From a540a342416302805adfb1599599bbbbaa191030 Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期五, 08 八月 2025 23:42:13 +0800 Subject: [PATCH] 赛事模块 --- cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js index 75756e2..b6560dd 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js @@ -168,14 +168,11 @@ $("#coun").append(str); } TGoodsInfoDlg.selecUserOpt1 = function (arr){ - console.log(arr) - console.log("返回的数组") - console.log("此时的site集合") console.log(this.siteIds) //获取所有的值 var subArr= this.siteIds; console.log(subArr) - $(".timeClass").each(function () { + $(".userTableOne").each(function () { subArr.push($(this).find("input[name*='id']").val()); }); var str = ''; -- Gitblit v1.7.1