后台管理系统-能力统计-能力使用统计-查看详情bug
This commit is contained in:
parent
ed499a6886
commit
9dd4399f80
|
@ -630,7 +630,7 @@ export default {
|
|||
} else if (this.departmentId === 4) { // 能力使用
|
||||
this.detailType = '能力使用'
|
||||
const params = {
|
||||
resourceDeptName:row.deptName
|
||||
resourceDeptName:row.resourceDeptName
|
||||
}
|
||||
this.$http
|
||||
.get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber,{params})
|
||||
|
|
Loading…
Reference in New Issue