@ -270,8 +270,10 @@ export default {
},
getList() {
if (this.actDateRange !== null) {
this.orderQuery.begin_date = this.actDateRange[0]
this.orderQuery.ens_date = this.actDateRange[1]
this.orderQuery.beginDate = this.actDateRange[0]
this.orderQuery.ensDate = this.actDateRange[1]
}else {
this.$message.error('请先选择查询日期范围!')
}
aliYljgSearchbillPage(this.orderQuery).then(res => {
if (res.code == 20000) {