mk 3 years ago
parent
commit
ae1dc2c8ae
  1. 5
      src/views/components/resiInfo.vue
  2. 1
      src/views/modules/base/resi.vue

5
src/views/components/resiInfo.vue

@ -425,7 +425,6 @@
<div class="f-flex f-bto16 f-top24"> <div class="f-flex f-bto16 f-top24">
<div class="f-labels">所属支部 :</div> <div class="f-labels">所属支部 :</div>
<span class="f-left8 f-font-color">{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.branchId?residentPartyMemberInfoObj.branchId:'--':'--'}}</span> <span class="f-left8 f-font-color">{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.branchId?residentPartyMemberInfoObj.branchId:'--':'--'}}</span>
<!-- 待确认 -->
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@ -447,7 +446,6 @@
<div class="f-flex f-bto16 f-top24"> <div class="f-flex f-bto16 f-top24">
<div class="f-labels">入党时所在党支部 :</div> <div class="f-labels">入党时所在党支部 :</div>
<span class="f-left8 f-font-color">{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.joinBranchName?residentPartyMemberInfoObj.joinBranchName:'--':'--'}}</span> <span class="f-left8 f-font-color">{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.joinBranchName?residentPartyMemberInfoObj.joinBranchName:'--':'--'}}</span>
<!-- 计算属性 -->
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@ -541,7 +539,6 @@
<div class="f-flex f-bto16 f-top24"> <div class="f-flex f-bto16 f-top24">
<div class="f-labels">失业原因 :</div> <div class="f-labels">失业原因 :</div>
<span class="f-left8 f-font-color">{{unemploymentText}}</span> <span class="f-left8 f-font-color">{{unemploymentText}}</span>
<!-- 计算属性 -->
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@ -562,7 +559,6 @@
<div class="f-flex f-bto16 f-top24"> <div class="f-flex f-bto16 f-top24">
<div class="f-labels">劳动能力就业愿望 :</div> <div class="f-labels">劳动能力就业愿望 :</div>
<span class="f-left8 f-font-color">{{residentUnemployedObj?residentUnemployedObj.employmentWish?residentUnemployedObj.employmentWish:'--':'--'}}</span> <span class="f-left8 f-font-color">{{residentUnemployedObj?residentUnemployedObj.employmentWish?residentUnemployedObj.employmentWish:'--':'--'}}</span>
<!-- 计算属性 -->
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@ -1106,7 +1102,6 @@ export default {
}) })
}, },
handleClick(tab){ handleClick(tab){
if(tab.index==0){ if(tab.index==0){
this.getEducation() this.getEducation()

1
src/views/modules/base/resi.vue

@ -700,6 +700,7 @@ export default {
} else { } else {
obj.agencyId = ""; obj.agencyId = "";
} }
this.currentPage = 1
this.getTableData(obj) this.getTableData(obj)
}, },

Loading…
Cancel
Save