|
@@ -436,7 +436,6 @@
|
|
this.dept_list = res.data.data.list
|
|
this.dept_list = res.data.data.list
|
|
this.owner_id = res.data.data.owner_id
|
|
this.owner_id = res.data.data.owner_id
|
|
this.company_info = res.data.data.company_info
|
|
this.company_info = res.data.data.company_info
|
|
- console.log(res.data.data.company_info);
|
|
|
|
if (res.data.data.dept_info == null) {
|
|
if (res.data.data.dept_info == null) {
|
|
this.dept_name = JSON.parse(JSON.stringify(res.data.data.company_info.name))
|
|
this.dept_name = JSON.parse(JSON.stringify(res.data.data.company_info.name))
|
|
this.dept_id = 0
|
|
this.dept_id = 0
|
|
@@ -511,6 +510,9 @@
|
|
if (userAll.length == employee_selected_list.length) {
|
|
if (userAll.length == employee_selected_list.length) {
|
|
this.checked = true
|
|
this.checked = true
|
|
}
|
|
}
|
|
|
|
+ if(userAll.length==0){
|
|
|
|
+ this.$message("暂无可选人员,请确保在'组织架构'中的人员开启了参与积分管理!");
|
|
|
|
+ }
|
|
_this.list = userAll
|
|
_this.list = userAll
|
|
})
|
|
})
|
|
}
|
|
}
|