From 31b63030971a3e3c0c3f7745b4a6def5441cfe73 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 11 Jan 2024 14:13:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=87=87=E8=B4=AD=E6=B8=A0?= =?UTF-8?q?=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/purchasingchannels/caigouqudaoselected.vue | 4 ++-- .../src/views/purchasingchannels/caigouqudaotobeselected.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaoselected.vue b/anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaoselected.vue index 40687d9cf6..aeea34d937 100644 --- a/anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaoselected.vue +++ b/anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaoselected.vue @@ -159,7 +159,7 @@ import req from '@/api/purchasingchannels/purchasingchannels' import Pagination from '@/components/pagination' import pageye from '@/components/pagination/pageye' import ButtonBar from '@/components/ButtonBar' -import { getPathSidByUserSid, selectOrgLists, typeValues } from '@/api/cheliang/dictcommons' +import { getOrgSidByPath, selectOrgLists, typeValues } from '@/api/cheliang/dictcommons' import { getStorage } from '@/utils/auth' import saleOrder from '@/components/publicPage/saleOrder' @@ -296,7 +296,7 @@ export default { this.orgDept_list = res.data } }) - getPathSidByUserSid({ userSid: window.sessionStorage.getItem('userSid') }).then((res) => { + getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { if (res.success) { this.listQuery.params.useOrgSid = res.data // 加载列表 diff --git a/anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaotobeselected.vue b/anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaotobeselected.vue index 92c2f8d546..503c14f201 100644 --- a/anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaotobeselected.vue +++ b/anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaotobeselected.vue @@ -143,7 +143,7 @@