commit
This commit is contained in:
@@ -239,7 +239,7 @@ public class MemberCommonController {
|
||||
);
|
||||
}
|
||||
|
||||
if(changeRecord.getUpdateWelfare()!=null && changeRecord.getUpdateWelfare()){
|
||||
if(changeRecord.getUpdateWelfareMember()!=null && changeRecord.getUpdateWelfareMember()){
|
||||
//说明要改变福利会员状态
|
||||
compareData.add(NutMap.NEW()
|
||||
.addv("columnName", "福利会员资格")
|
||||
|
||||
@@ -36,7 +36,8 @@ const appModule = {
|
||||
},
|
||||
created() {
|
||||
setTimeout(()=>{
|
||||
this.id = headerApp.appModuleId
|
||||
// this.id = headerApp.appModuleId
|
||||
this.enterEntranceModules({id: headerApp.appModuleId})
|
||||
},500)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user