|
|
@ -19,7 +19,7 @@ |
|
|
|
<el-table-column label="操作" align="center" width="300"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button v-if="scope.row.agencyId == agencyId || scope.row.agencyPids.includes(agencyId)" |
|
|
|
@click="handleLook(scope.row.orgPids)" |
|
|
|
@click="handleLook(scope.row.agencyId)" |
|
|
|
type="text" |
|
|
|
size="small" |
|
|
|
class="div-table-button--detail">{{'查看党员'}}</el-button> |
|
|
@ -139,10 +139,10 @@ |
|
|
|
}).catch(() => {}) |
|
|
|
}, |
|
|
|
// 查看党员 |
|
|
|
handleLook(orgPids) { |
|
|
|
handleLook(agencyId) { |
|
|
|
this.lookMemberShow = true |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs.ref_table_Member.initForm(orgPids) |
|
|
|
this.$refs.ref_table_Member.initForm(agencyId) |
|
|
|
}) |
|
|
|
}, |
|
|
|
lookMemberClose () { |
|
|
|