imeik-bizui 2.0.1 → 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.
@@ -502,6 +502,7 @@ export default {
502
502
  this.$set(row, 'courseName', '')
503
503
  this.$set(row, 'standardAmount', '')
504
504
  this.$set(row, 'costAmount', undefined)
505
+ this.$set(row, 'scenarioList', [])
505
506
  this.setDefaultRoleInfo(row)
506
507
  }
507
508
  },