From d22e7172537d9a658e83dbe76bb267c7611642c1 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期一, 11 三月 2024 17:02:28 +0800 Subject: [PATCH] bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js | 4 ++++ 1 files changed, 4 insertions(+), 0 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 5778de5..369335e 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 @@ -179,6 +179,7 @@ subArr.push($(this).find("input[name*='id']").val()); }); var str = ''; + this.siteIds = []; for(var i in arr){ var b = true; for(var j in subArr){ @@ -188,6 +189,9 @@ } } if(b){ + console.log("push前") + console.log(this.siteIds) + this.siteIds.push(arr[i].id); console.log("场地push") console.log(arr[i].id) -- Gitblit v1.7.1