@@ -743,7 +743,7 @@ export default {
//选择群发的企业成员账号
handlelistUser(){
setTimeout(() => {
- this.$refs.QwUserList.getDetails(this.queryParams.corpId,"2");
+ this.$refs.QwUserList.getDetails(this.queryParams.corpId,null,null,"2");
}, 1);
this.listUser.title="选择企业成员"
this.listUser.open=true;
@@ -742,7 +742,7 @@ export default {
- this.$refs.QwUserList.getDetails(this.queryParams.corpId,"1");
+ this.$refs.QwUserList.getDetails(this.queryParams.corpId,null,null,"1");
@@ -102,7 +102,7 @@ export default {
},
methods: {
- getDetails(corpId,isRemark,type,sendType){
+ getDetails(corpId,type,sendType,isRemark){
this.type=type;
this.sendType=sendType;
if (type!=null&&sendType!=null){