From 30e4e9f047339d37ef6b33765bb890df30d94ecf Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 14 三月 2024 17:57:56 +0800
Subject: [PATCH] 11
---
src/views/project/donationwitness/index.vue | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/views/project/donationwitness/index.vue b/src/views/project/donationwitness/index.vue
index 4d34281..ac949c6 100644
--- a/src/views/project/donationwitness/index.vue
+++ b/src/views/project/donationwitness/index.vue
@@ -1033,12 +1033,13 @@
};
},
created() {
- this.getuserlist();
this.getCoordinatorList1();
this.getCoordinatorList2();
- this.getList();
},
activated() {
+
+ },
+ mounted(e) {
this.selecttime = "";
this.reportervalue = "";
this.reportlist = [];
@@ -1050,7 +1051,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")
];
}
@@ -1077,15 +1077,14 @@
}
this.getTimeList();
this.getList();
- },
- mounted(e) {
this.getuserlist();
// this.selectReporters();
this.tempRecordState = this.$route.params.tempRecordState;
- this.starttime = this.$route.params.starttime;
+ // this.starttime = this.$route.params.starttime;
+ // this.endtime = this.$route.params.endtime;
console.log("浼犳潵鐨勫��", this.starttime);
- this.endtime = this.$route.params.endtime;
+ console.log("浼犳潵鐨勫��", this.endtime);
this.LoadReportList();
},
--
Gitblit v1.9.3