From e86a8f90b19a477bcdb9b142914286b37446f0e6 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Mon, 26 Jan 2026 16:14:48 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=A7=A3=E5=86=B3=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=AE=A1=E6=A0=B8=20=E5=AE=A1=E6=A0=B8=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=8A=A5=E9=94=99=202=E3=80=81=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E6=90=9C=E7=B4=A2=E6=94=B9=E4=B8=BA=E6=A8=A1=E7=B3=8A?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NuConfigSuppliersApplyList.vue | 2 +- .../components/NuConfigSuppliersApplyModal.vue | 1 + .../configSuppliersInfo/ConfigSuppliersInfoList.vue | 13 ++++--------- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue index 742e277..9be24d1 100644 --- a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue +++ b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue @@ -89,7 +89,7 @@ const opeMediaAddress = import.meta.env.VITE_OPE_MEDIA_ADDRESS fixed: 'right', }, beforeFetch: async (params) => { - queryParam.applyStatus = '2' + // queryParam.applyStatus = '2' return Object.assign(params, queryParam); }, }, diff --git a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue index 1f06bad..0cd7ae8 100644 --- a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue +++ b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue @@ -24,6 +24,7 @@