Преглед на файлове

request parameters rename

hare8999@163.com преди 2 години
родител
ревизия
549d622ba4
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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
       })