后台管理系统-能力统计-能力使用统计-查看详情bug

This commit is contained in:
wangwei 2023-01-12 15:28:54 +08:00
parent ed499a6886
commit 9dd4399f80
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ export default {
} else if (this.departmentId === 4) { // 使 } else if (this.departmentId === 4) { // 使
this.detailType = '能力使用' this.detailType = '能力使用'
const params = { const params = {
resourceDeptName:row.deptName resourceDeptName:row.resourceDeptName
} }
this.$http this.$http
.get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber,{params}) .get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber,{params})