|
@@ -816,6 +816,15 @@ export default {
|
|
|
},0)
|
|
|
}
|
|
|
|
|
|
+ // 技能博物馆---物料库存--部门
|
|
|
+ if(key == 'input_account' && this.processData.businessTable == 'material_apply'){
|
|
|
+ this.dynamicData.personListJn.map(item =>{
|
|
|
+ if(item.label == value){
|
|
|
+ this.$refs.KFB.setData({department:item.departIds_dictText})
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
// 技能博物馆---物料申领--部门
|
|
|
if(key == 'get_account' && this.processData.businessTable == 'application_form'){
|
|
|
this.dynamicData.personListJn.map(item =>{
|