uat_us
caiyiling 2024-03-18 13:57:16 +08:00
commit 766a2a786f
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
}