meiya-admin/src/main/webapp/static/modular/system/user/user_info.js
@@ -91,8 +91,15 @@ } this.userInfoData['companyAddress']= $("#companyAddress").val(); this.userInfoData['provinceCode']= $("#provinceCode").val(); this.userInfoData['provinceName']= $('#provinceCode option:selected').text(); let provinceCode = $("#cityCode").val(); if (provinceCode == -1) { provinceCode = $("#cityCode2").val(); } if (provinceCode == -1) { provinceCode = $("#cityCode1").val(); } this.userInfoData['provinceCode']= provinceCode; return this; };