From 9a44650b174f598392d0a0522b02a341ff14acb0 Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期二, 12 八月 2025 21:16:17 +0800 Subject: [PATCH] 赛事模块 --- cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js | 5 ++++- 1 files changed, 4 insertions(+), 1 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 b6560dd..75756e2 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,11 +168,14 @@ $("#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) - $(".userTableOne").each(function () { + $(".timeClass").each(function () { subArr.push($(this).find("input[name*='id']").val()); }); var str = ''; -- Gitblit v1.7.1