|
|
@@ -71,7 +71,7 @@
|
|
|
<el-radio value="3" size="large">指定机构</el-radio>
|
|
|
</el-radio-group>
|
|
|
<ElTree style="max-height: 440px; overflow-y: auto;" :data="deptTreeData" :props="deptProps" show-checkbox
|
|
|
- node-key="id" check-strictly :default-expand-all="true" :default-checked-keys="roleInfo.deptIds"
|
|
|
+ node-key="id" :check-strictly="['1','2'].includes(roleInfo.dataMark)" :default-expand-all="true" :default-checked-keys="roleInfo.deptIds"
|
|
|
@check="handleDeptCheckChange" ref="deptTree" />
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|