From 804aeffb4ac9fbc309ab19d01de58be6bab1cadd Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 31 Jul 2024 15:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix:bug87895=E3=80=91-=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E6=9D=A5=E6=AC=BE=E5=88=86=E7=B1=BB=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?--=E5=A2=9E=E5=8A=A0=E4=B8=8D=E9=80=89=E6=8B=A9=E6=9D=A5?= =?UTF-8?q?=E6=AC=BE=E4=BC=81=E4=B8=9A=E9=BB=98=E8=AE=A4=E6=9F=A5=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...EnterprisePaymentClassificationStatisticsList.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentClassificationStatisticsList.vue b/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentClassificationStatisticsList.vue index 0399e40..9b2be85 100644 --- a/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentClassificationStatisticsList.vue +++ b/src/views/statisticalReport/enterprisePaymentStatistics/EnterprisePaymentClassificationStatisticsList.vue @@ -226,7 +226,7 @@ export default { begin: 'YYYY', end: 'YYYY' }, - disableMixinCreated: true // 不调用混用的created方法 + // disableMixinCreated: true // 不调用混用的created方法 } }, mounted() { @@ -358,10 +358,10 @@ export default { this.$message.warning('请选择项目年份时间段') return } - if(!this.queryParam.chargeCompany) { - this.$message.warning('请选择来款企业进行查询') - return - } + // if(!this.queryParam.chargeCompany) { + // this.$message.warning('请选择来款企业进行查询') + // return + // } this.lastQueryParam = {...this.queryParam} this.loadData(1) }, @@ -374,7 +374,7 @@ export default { year_begin: new Date().getFullYear().toString(), year_end: new Date().getFullYear().toString() } - // this.loadData(1) + this.loadData(1) } } }