From f8c9479d2f33515376e5c0d87734edec2e15ad6f Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 15 十一月 2023 09:31:27 +0800
Subject: [PATCH] 后台bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js
index 7fcae33..ba86d9e 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js
@@ -18,7 +18,6 @@
         {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'},
         {title: '所在省市', field: 'provinceCity', visible: true, align: 'center', valign: 'middle'},
         {title: '门店名称', field: 'name', visible: true, align: 'center', valign: 'middle'},
-        {title: '闸机id', field: 'ids', visible: true, align: 'center', valign: 'middle'},
     ];
 };
 
@@ -123,7 +122,7 @@
 
     var citySelect = document.getElementById("city");
     citySelect.innerHTML = "";
-    var ajax = new $ax(Feng.ctxPath + "/tCouponManage/getCity", function(data){
+    var ajax = new $ax(Feng.ctxPath + "/tCouponManage/getCity1", function(data){
         data.forEach(province => {
             var option = document.createElement("option");
             option.value = province.code;  // 根据你的数据结构确定省份的id字段

--
Gitblit v1.7.1