Browse Source

调整专项答题获取数据的参数名大小写

huangtao 3 years ago
parent
commit
2bdd02bea5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home/answer/page-answer-special.vue

+ 1 - 1
src/views/home/answer/page-answer-special.vue

@@ -64,7 +64,7 @@ export default {
         page: this.specialPage,
         size: this.specialSize,
         engineertypeid: this.chooseEngneeringWork.id,
-        userName: this.userInfo.userName
+        username: this.userInfo.userName
       };
       this.$_http
         .get(this.$_API.GET_JTXT_SPECIAL_QUESTIONS, { params })