Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
commit
766a2a786f
|
@ -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