This commit is contained in:
刘仕伟
2022-06-26 03:33:33 +00:00
parent 71817af71f
commit 1e0bd9d83b

View File

@@ -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) {