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()
|
compareData.add(NutMap.NEW()
|
||||||
.addv("columnName", "福利会员资格")
|
.addv("columnName", "福利会员资格")
|
||||||
|
|||||||
@@ -36,7 +36,8 @@ const appModule = {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
this.id = headerApp.appModuleId
|
// this.id = headerApp.appModuleId
|
||||||
|
this.enterEntranceModules({id: headerApp.appModuleId})
|
||||||
},500)
|
},500)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user