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) } } }