医院修改中英文自动带入

uat_us
wangxiaoshuang 2024-03-18 13:12:43 +08:00
parent a298048ed0
commit 76392409f6
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@ export default {
this.siteList.forEach(o => {
if (o.Id === v) {
this.form.CityCN = o.City
this.form.HospitalNameCN = o.SiteName
this.form.HospitalNameCN = o.SiteNameCN
this.form.HospitalName = o.SiteName
this.form.ProvinceCN = o.Province
this.form.CountryCN = o.Country
}