imeik-bizui 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -488,6 +488,7 @@ export default {
488
488
  return
489
489
  }
490
490
  if (typeof doctorInfo.doctorOrg === 'string') {
491
+ doctorInfo.doctorOrgName = doctorInfo.doctorOrg
491
492
  doctorInfo.doctorOrg = doctorInfo.doctorOrg.split(',')
492
493
  }
493
494
  for (const key in doctorInfo) {
@@ -501,6 +502,7 @@ export default {
501
502
  this.$set(row, 'courseName', '')
502
503
  this.$set(row, 'standardAmount', '')
503
504
  this.$set(row, 'costAmount', undefined)
505
+ this.$set(row, 'scenarioList', [])
504
506
  this.setDefaultRoleInfo(row)
505
507
  }
506
508
  },