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 @@