From 331ae50b1cdcb31a4a0c182abb82aec5c1b12f83 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期三, 15 十一月 2023 09:40:49 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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