|
@@ -284,7 +284,7 @@ export default {
|
|
|
exParams() {
|
|
|
return {
|
|
|
userName: this.screenForm.account,
|
|
|
- nickName: this.screenForm.nickName,
|
|
|
+ nickName: this.screenForm.nickname,
|
|
|
linkPhone: this.screenForm.phone,
|
|
|
email: this.screenForm.email,
|
|
|
status: this.screenForm.status,
|
|
@@ -400,7 +400,7 @@ export default {
|
|
|
pageNum: this.currentPage,
|
|
|
pageSize: this.pageSize,
|
|
|
userName: this.screenForm.account,
|
|
|
- nickName: this.screenForm.nickName,
|
|
|
+ nickName: this.screenForm.nickname,
|
|
|
linkPhone: this.screenForm.phone,
|
|
|
email: this.screenForm.email,
|
|
|
status: this.screenForm.status,
|