|
@@ -715,6 +715,15 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
+ //技能博物馆 --- 会议纪要
|
|
|
+ if(this.processData.businessTable == 'bwg_meeting_summary'){
|
|
|
+ this.dynamicData.personListJn.map(item =>{
|
|
|
+ if(item.label == this.$store.getters.nickname){
|
|
|
+ this.$refs.KFB.setData({record_person:item.value})
|
|
|
+ this.$refs.KFB.setData({record_department:item.departIds_dictText})
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
|
|
|
|
|
|
//改变的表单是主子表类型时
|