11
WXL
2024-03-14 f792e8ecddfcd4c1d09504fa8a6a9181586ae88c
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")
      ];
    }