11
WXL
2024-03-14 30e4e9f047339d37ef6b33765bb890df30d94ecf
src/views/project/donatefinish/index.vue
@@ -721,7 +721,6 @@
      this.selecttime = [
        this.$moment(this.$route.params.starttime).format("YYYY-MM-DD"),
        this.$moment(this.$route.params.endtime)
          .add(-1, "month")
          .format("YYYY-MM-DD")
      ];
    }