Sfoglia il codice sorgente

request parameters rename

hare8999@163.com 2 anni fa
parent
commit
549d622ba4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/career/subject/majorChoice.vue

+ 2 - 2
src/views/career/subject/majorChoice.vue

@@ -303,9 +303,9 @@ export default {
         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(),
+        location: this.selected.locations.toString(),
         features: this.selected.features.toString(),
-        types: this.selected.types.toString(),
+        type: this.selected.types.toString(),
         pageNum: this.pageNum,
         pageSize: this.pageSize
       })