From 50f7cc3e27be3bb4013e5b9e0b31112b17f890a5 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 26 Feb 2025 14:25:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8D=95=E8=BD=A6=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E7=AE=A1=E7=90=86=E3=80=81=E4=B8=93=E9=A1=B9=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E7=AE=A1=E7=90=86--=E5=88=86=E9=A1=B5=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=BC=98=E5=8C=96=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bikerebatemanagement/bicyclerebatemanagement.vue | 4 ++-- .../specialrebatemanagement/specialrebatemanagement.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue index eb5815dd6b..8609999812 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue @@ -208,7 +208,7 @@ import req from '@/api/bikerebate/bicyclerebatemanagement' import Pagination from '@/components/pagination' import pageye from '@/components/pagination/pageye' import ButtonBar from '@/components/ButtonBar' -import { typeValues } from '@/api/cheliang/dictcommons' +import { getTypeValueList } from '@/api/cheliang/dictcommons' import bicyclerebatemanagementAdd from './bicyclerebatemanagementAdd' import bicyclerebatemanagementEdit from './bicyclerebatemanagementEdit' import bicyclerebatemanagementInfo from './bicyclerebatemanagementInfo' @@ -369,7 +369,7 @@ export default { }, methods: { init() { - typeValues({ type: 'rebateType' }).then((res) => { + getTypeValueList({ type: 'rebateType', groupNum: 'DC' }).then((res) => { if (res.success) { this.rebateType_list = res.data } diff --git a/anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagement.vue b/anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagement.vue index 4e0f18258a..31ae4aaf59 100644 --- a/anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagement.vue +++ b/anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagement.vue @@ -185,7 +185,7 @@ import req from '@/api/specialrebate/specialrebatemanagement' import Pagination from '@/components/pagination' import pageye from '@/components/pagination/pageye' import ButtonBar from '@/components/ButtonBar' -import { getOrgSidByPath, typeValues } from '@/api/cheliang/dictcommons' +import { getOrgSidByPath, getTypeValueList } from '@/api/cheliang/dictcommons' import specialrebatemanagementAdd from './specialrebatemanagementAdd' import specialrebatemanagementInfo from './specialrebatemanagementInfo' @@ -350,7 +350,7 @@ export default { }, methods: { init() { - typeValues({ type: 'rebateType' }).then((res) => { + getTypeValueList({ type: 'rebateType', groupNum: 'ZX' }).then((res) => { if (res.success) { this.rebateType_list = res.data }