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.
- package/dist/bizui/src/FieldExpertSelect/index.vue +2 -0
- package/dist/imeik-bizui.common.js +87 -85
- package/dist/imeik-bizui.common.js.gz +0 -0
- package/dist/imeik-bizui.css +1 -1
- package/dist/imeik-bizui.css.gz +0 -0
- package/dist/imeik-bizui.umd.js +87 -85
- package/dist/imeik-bizui.umd.js.gz +0 -0
- package/dist/imeik-bizui.umd.min.js +4 -4
- package/dist/imeik-bizui.umd.min.js.gz +0 -0
- package/package.json +1 -1
|
@@ -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
|
},
|