From 1e0bd9d83bfa1b9ce1f0d7d044a0ca151b776ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Sun, 26 Jun 2022 03:33:33 +0000 Subject: [PATCH] corpId --- src/apps/AppMessageNotification/selectDeptUser.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppMessageNotification/selectDeptUser.vue b/src/apps/AppMessageNotification/selectDeptUser.vue index 70f00b43..78f66e23 100644 --- a/src/apps/AppMessageNotification/selectDeptUser.vue +++ b/src/apps/AppMessageNotification/selectDeptUser.vue @@ -100,7 +100,7 @@ export default { } else { let length = this.selectDeptPath.length - index this.selectDeptPath.splice(index + 1, length) - this.getDeptsAndUsersByParent(row.id) + this.getDeptsAndUsersByParent(row.id, row.corpId) } }, itemCheck(row, kind) {