소스 검색

客户信息系统

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());
         })