فهرست منبع

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
       })