浏览代码

修改接口

aaa 3 年之前
父节点
当前提交
40c892d5a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 })