From b0254fc60807423cd748f057ed0393ab0e784fce Mon Sep 17 00:00:00 2001 From: futian.liu <liufutianyoo@163.com> Date: 星期六, 09 十二月 2023 15:51:29 +0800 Subject: [PATCH] 分发明细只查本机构及下级 --- admin-web/src/views/departmentitem/itemdis/distribution/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-web/src/views/departmentitem/itemdis/distribution/index.vue b/admin-web/src/views/departmentitem/itemdis/distribution/index.vue index 4cd1a5a..1adbf96 100644 --- a/admin-web/src/views/departmentitem/itemdis/distribution/index.vue +++ b/admin-web/src/views/departmentitem/itemdis/distribution/index.vue @@ -114,7 +114,7 @@ }, { type: 'select', - dataIndex: 'inAgencyId', + dataIndex: 'departmentId', label: '鍒嗗彂閮ㄩ棬', placeholder: '璇烽�夋嫨', optionsConfig: { @@ -172,7 +172,7 @@ qryType: 1, pageNum: this.pageNum, pageSize: this.pageSize, - outAgencyId: this.userInfo.tenantId, + departmentId: this.userInfo.tenantId, ...this.filterFrom, }).then((res) => { this.list = res.datas; -- Gitblit v1.9.1