corpId
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
let length = this.selectDeptPath.length - index
|
let length = this.selectDeptPath.length - index
|
||||||
this.selectDeptPath.splice(index + 1, length)
|
this.selectDeptPath.splice(index + 1, length)
|
||||||
this.getDeptsAndUsersByParent(row.id)
|
this.getDeptsAndUsersByParent(row.id, row.corpId)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
itemCheck(row, kind) {
|
itemCheck(row, kind) {
|
||||||
|
|||||||
Reference in New Issue
Block a user