kongdeqiang
2023-02-10 f3fe55f98c59dffc647a6440b2d236bea4440676
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>