|
@@ -284,7 +284,15 @@ export default {
|
|
|
status: this.screenForm.status,
|
|
|
userName: this.screenForm.keyword,
|
|
|
pageNum: this.currentPage,
|
|
|
- pageSize: this.pageSize
|
|
|
+ pageSize: this.pageSize,
|
|
|
+ ...(()=>{
|
|
|
+ if(this.$route.query.companyWechatId){
|
|
|
+ return {
|
|
|
+ companyWechatId: this.$route.query.companyWechatId
|
|
|
+ }
|
|
|
+ }
|
|
|
+ return {}
|
|
|
+ })(),
|
|
|
};
|
|
|
|
|
|
getAccountList(params).then(res => {
|