imeik-bizui 2.0.5 → 2.0.6

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.
@@ -104,7 +104,7 @@ export default {
104
104
  {
105
105
  type: 'ImSelect',
106
106
  prop: 'projectCode',
107
- label: '项目编号',
107
+ label: ['B02', 'B03'].includes(this.formProps.formBaseNo) ? '项目编号(研发用途必填)' : '项目编号',
108
108
  hidden: true,
109
109
  rules: [{ required: !this.isView, message: '请选择项目编号' }],
110
110
  attrs: {
@@ -507,6 +507,7 @@ export default {
507
507
  this.$set(row, 'standardAmount', '')
508
508
  this.$set(row, 'costAmount', undefined)
509
509
  this.$set(row, 'scenarioList', [])
510
+ this.$set(row, 'doctorLevelName', '')
510
511
  this.setDefaultRoleInfo(row)
511
512
  }
512
513
  },