Commit 47a8a2f9 by huaying

fix: 批量会员导入

parent a437aca3
...@@ -284,7 +284,7 @@ export default { ...@@ -284,7 +284,7 @@ export default {
doFetchGet(url.cliqueMemberRelation, {}).then((res)=>{ doFetchGet(url.cliqueMemberRelation, {}).then((res)=>{
let {errorCode,result} = res.data; let {errorCode,result} = res.data;
if(errorCode == 0){ if(errorCode == 0){
this.isShowClique = result || 1; this.isShowClique = result || 2;
this.importList = this.importList.map((item, index)=>{ this.importList = this.importList.map((item, index)=>{
if(this.getCodeAuth(item.btnCode)){ if(this.getCodeAuth(item.btnCode)){
if(item.btnCode == 'importMember' && this.isShowClique == 1) { if(item.btnCode == 'importMember' && this.isShowClique == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment