|
|
|
@ -25,7 +25,7 @@ |
|
|
|
size="small" |
|
|
|
class="div-table-button--detail">{{'查看党员'}}</el-button> |
|
|
|
<el-button v-if="(scope.row.agencyId == agencyId || scope.row.agencyPids.includes(agencyId)) && scope.row.partyOrgType != '5'" |
|
|
|
@click="addOrUpdateHandle('', scope.row.id, scope.row.orgPids, '', scope.row.partyOrgType, scope.row.partyOrgName)" |
|
|
|
@click="addOrUpdateHandle('', scope.row.id, scope.row.orgPids, scope.row.agencyId, scope.row.partyOrgType, scope.row.partyOrgName)" |
|
|
|
type="text" |
|
|
|
size="small" |
|
|
|
class="div-table-button--add">新增下级</el-button> |
|
|
|
|