This commit is contained in:
Paidax
2024-12-09 16:13:32 +08:00
parent 131c9b1082
commit 620a07c0df
2 changed files with 3 additions and 2 deletions
@@ -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)
}
}