瀏覽代碼

客户信息系统

liujiankang 7 年之前
父節點
當前提交
87a88508a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      watero-rst-web/src/main/webapp/WEB-INF/views/customer/save_customer_info.ftl

+ 1 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/customer/save_customer_info.ftl

@@ -325,7 +325,7 @@
         initPromotingProducts();
 
         /*监听省份*/
-        $("[name='customerProvince']").change(function (){
+        $("[name='customerProvinceCode']").change(function (){
             initCity($(this).val());
         })