|
@ -45,7 +45,7 @@ |
|
|
size="small" |
|
|
size="small" |
|
|
class="div-table-button--add">新增下级</el-button> |
|
|
class="div-table-button--add">新增下级</el-button> |
|
|
<el-button v-if="(scope.row.agencyId == agencyId || scope.row.agencyPids.includes(agencyId)) && scope.row.partyOrgType != '6'" |
|
|
<el-button v-if="(scope.row.agencyId == agencyId || scope.row.agencyPids.includes(agencyId)) && scope.row.partyOrgType != '6'" |
|
|
@click="addOrUpdateHandle(scope.row.id, '', '', scope.row.pid, '', '')" |
|
|
@click="addOrUpdateHandle(scope.row.id, '', '', scope.row.pid, scope.row.partyOrgType, '')" |
|
|
type="text" |
|
|
type="text" |
|
|
size="small" |
|
|
size="small" |
|
|
class="div-table-button--edit">修改</el-button> |
|
|
class="div-table-button--edit">修改</el-button> |
|
|