【fix:bug87895】-企业来款分类统计--增加不选择来款企业默认查全部的功能

This commit is contained in:
fengchenchen
2024-07-31 15:49:38 +08:00
parent d20e10f6dc
commit 804aeffb4a
@@ -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)
}
}
}