ソースを参照

feature_20250922_公装日报增加未拜访原因

zhujindu 2 ヶ月 前
コミット
f8d60b759d
1 ファイル変更30 行追加0 行削除
  1. 30 0
      src/views/week/daily.vue

+ 30 - 0
src/views/week/daily.vue

@@ -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',
+            },
+            {
+              dayContent: '',
+              contentTime: '',
+
+              type: 3,
+              status: '1',
+            },
+            {
+              dayContent: '',
+              contentTime: '',
+              projectFollowNum: '',
+              type: 3,
+              status: '1',
+            },
+            {
+              dayContent: '',
+              contentTime: '',
+              tucReportingSuccessNum: '',
+              type: 3,
+              status: '1',
+            },
+          ];
           this.getReportInfo();
         }
       }