Commit 1c74be51 authored by 13841799530's avatar 13841799530

Merge branch 'develop' of http://git.censoft.com.cn/BCDH-HSE/bcdh-app into develop

parents c7fcffe7 aa08eb62
Pipeline #7702 passed with stage
in 11 seconds
......@@ -153,6 +153,7 @@ export default {
columns:[],//人员匹配下拉数据数组默认值
person:'',//人员匹配默认值
projectId:'',
personId: ''
}
},
watch:{
......@@ -412,6 +413,11 @@ export default {
if(this.projectId!='null'){
obj.checkUserId=this.ids[0]
}else{
/* 项目为自定义地点的时候,传递选中的用户ID:王明朋 */
obj.checkUserId=this.personId
obj.ids=this.ids
}
this.$dialog.confirm({
......@@ -514,6 +520,12 @@ export default {
})
//去尾'/'
this.person=this.person.substr(0,this.person.length-2)
/* 项目为自定义地点的时候,传递选中的用户ID:王明朋 */
this.personId = valueList[valueList.length-1].id
this.showCalendar2 = false;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment