xiatian пре 2 година
родитељ
комит
7df3a5cf77
1 измењених фајлова са 0 додато и 13 уклоњено
  1. 0 13
      src/modules/questions/views/InsertBluePaperStructure.vue

+ 0 - 13
src/modules/questions/views/InsertBluePaperStructure.vue

@@ -356,19 +356,6 @@ export default {
       }
       this.loading = false;
     },
-    getProperties() {
-      for (var course of this.courseList) {
-        if (this.blueStruct.courseId == course.courseId) {
-          var courseId = course.id;
-          this.$http
-            .get(QUESTION_API + "/courseProperty/all/" + courseId)
-            .then((response) => {
-              this.coursePropertyList = response.data;
-              console.log("this.coursePropertyList:", this.coursePropertyList);
-            });
-        }
-      }
-    },
     checkPaperStruct() {
       if (!this.blueStruct.name) {
         this.$notify({