@@ -592,6 +592,36 @@ export default {
if (this.$route.query.reportId != undefined) {
this.getDetailById();
} else {
+ this.notVisitReason = '';
+ this.reportContents = [
+ {
+ dayContent: '',
+ contentTime: '',
+ type: 2,
+ status: '1',
+ },
+
+ type: 3,
+ projectFollowNum: '',
+ tucReportingSuccessNum: '',
+ ];
this.getReportInfo();
}