Browse Source

修改接口

aaa 3 years ago
parent
commit
40c892d5a4
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

@@ -71,7 +71,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 })