|
@@ -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({
|