后台管理系统-能力统计-能力使用统计-查看详情bug
This commit is contained in:
parent
20e237ff6a
commit
ed499a6886
|
@ -629,8 +629,11 @@ export default {
|
||||||
})
|
})
|
||||||
} else if (this.departmentId === 4) { // 能力使用
|
} else if (this.departmentId === 4) { // 能力使用
|
||||||
this.detailType = '能力使用'
|
this.detailType = '能力使用'
|
||||||
|
const params = {
|
||||||
|
resourceDeptName:row.deptName
|
||||||
|
}
|
||||||
this.$http
|
this.$http
|
||||||
.get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber)
|
.get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber,{params})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.data.code == 0) {
|
if (res.data.code == 0) {
|
||||||
if (res.data.data != null) {
|
if (res.data.data != null) {
|
||||||
|
|
Loading…
Reference in New Issue