From 5a4122bb91377a8015d4286a33bb3758b8089deb Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期四, 02 十一月 2023 16:20:28 +0800 Subject: [PATCH] 11.12 --- cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js index aa8e242..6ed0c0f 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js @@ -138,6 +138,7 @@ content += "<option value='"+v.code+"'>"+v.name+"</option>"; }); $("#cCode1").empty().append(content); + $("#cCode").empty().append(content); } }); ajax.set("province",oneId); -- Gitblit v1.7.1