医院修改中英文自动带入
parent
a298048ed0
commit
76392409f6
|
@ -117,7 +117,8 @@ export default {
|
||||||
this.siteList.forEach(o => {
|
this.siteList.forEach(o => {
|
||||||
if (o.Id === v) {
|
if (o.Id === v) {
|
||||||
this.form.CityCN = o.City
|
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.ProvinceCN = o.Province
|
||||||
this.form.CountryCN = o.Country
|
this.form.CountryCN = o.Country
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue