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

This commit is contained in:
wangwei 2023-01-12 15:19:03 +08:00
parent 20e237ff6a
commit ed499a6886
1 changed files with 4 additions and 1 deletions

View File

@ -629,8 +629,11 @@ export default {
})
} else if (this.departmentId === 4) { // 使
this.detailType = '能力使用'
const params = {
resourceDeptName:row.deptName
}
this.$http
.get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber)
.get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber,{params})
.then((res) => {
if (res.data.code == 0) {
if (res.data.data != null) {