Parcourir la source

request parameters rename

hare8999@163.com il y a 2 ans
Parent
commit
549d622ba4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
       })