From aa8afb8f18fee21361742b62061b4d4db4a09bb5 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期一, 11 三月 2024 17:51:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0' into 2.0

---
 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