From a32219b5f00c173e04bf20ff0b1cbb05fb15c28f Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期一, 27 十月 2025 21:08:53 +0800
Subject: [PATCH] 场地管理接口联调

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html
index dab9d60..4582400 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html
@@ -241,6 +241,8 @@
             <input id="reservation" value="${list.reservation}" hidden>
             <input id="objectType" value="${objectType}" hidden>
             <input type="hidden" id="siteId" value="${list.id}">
+            <input type="hidden" id="targetAudience" value="${targetAudience}">
+            <input type="hidden" id="walkinCapacity" value="${walkinCapacity}">
 
             @if(objectType == 1){
             <div class="form-group" >

--
Gitblit v1.7.1