mitao
2024-04-30 ab4ea7b8f10c9b66aed9c2ea161a08b25c3851a7
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;
};