|
|
@@ -117,7 +117,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
|
|
|
- created() {
|
|
|
+ activated() {
|
|
|
this.userList = [];
|
|
|
this.formData.startTime = this.getThreeDaysAgo();
|
|
|
this.strtcurrentDate = new Date(this.getThreeDaysAgo());
|
|
|
@@ -238,12 +238,12 @@ export default {
|
|
|
if (row.status == '0') {
|
|
|
this.$router.push({
|
|
|
path: '/VisitSummaryStorageDetail',
|
|
|
- query: { userSummaryId: row.userSummaryId },
|
|
|
+ query: { userSummaryId: row.userSummaryId, source: '/VisitSummaryMy' },
|
|
|
});
|
|
|
} else {
|
|
|
this.$router.push({
|
|
|
path: '/VisitSummaryDetail',
|
|
|
- query: { userSummaryId: row.userSummaryId, source: 'VisitSummary' },
|
|
|
+ query: { userSummaryId: row.userSummaryId, source: '/VisitSummaryMy' },
|
|
|
});
|
|
|
}
|
|
|
},
|