Quellcode durchsuchen

选科查询新增 isMajor

shilipojs vor 2 Jahren
Ursprung
Commit
446087b999

+ 1 - 0
src/views/career/subject/majorChoice.vue

@@ -308,6 +308,7 @@ export default {
       xkcxlistByMarjors({
         level: this.selected.marjorsType.toString(),
         keyword: this.keyword,
+        isMajor:true,
         year: this.selected.selectNian.toString(),
         marjors: this.selected.curMarjors.one.name + ',' + this.selected.curMarjors.two.name + ',' + this.selected.curMarjors.three.join(','),
         locations: this.selected.locations.toString(),

+ 1 - 0
src/views/career/subject/subjectChoice.vue

@@ -216,6 +216,7 @@
         this.loading = true
         xkcxlist({
           keyword: this.keyword,
+          isMajor:false,
           course0: this.selected.sciences[0].toString(),
           course1: this.selected.sciences[1].toString(),
           year: this.selected.years.toString(),