刘洋 1 년 전
부모
커밋
b50641230d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/questions/views/OrgProperty.vue

+ 2 - 2
src/modules/questions/views/OrgProperty.vue

@@ -550,8 +550,8 @@ export default {
         this.timeRange = [];
         this.form.properties.GEN_PAPER_QUESTION_COUNT = "";
       }
-      let GEN_PAPER_QUESTION_START = this.timeRange[0] || "";
-      let GEN_PAPER_QUESTION_END = this.timeRange[1] || "";
+      let GEN_PAPER_QUESTION_START = this.timeRange?.[0] || "";
+      let GEN_PAPER_QUESTION_END = this.timeRange?.[1] || "";
       let params = {
         orgId: this.form.orgId,
         properties: {