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