src/views/your/carCost-manage/carCostManage.vue
@@ -460,7 +460,7 @@ }, getDataList() { this.loading = true; if (this.value[0]!="" && this.value[1]!=""){ if (this.value.length >0){ this.searchForm.beginTime = this.selectDate(this.value[0]); this.searchForm.endTime = this.selectDate(this.value[1]); this.page=false; @@ -897,4 +897,4 @@ this.init(); }, }; </script> </script>