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