This commit is contained in:
zhutianqi
2022-01-06 15:00:43 +08:00
parent 980b648750
commit 520560eaaa
@@ -292,6 +292,12 @@
<div v-html="rightData" style="margin: 5px; border: 1px solid #ccc; border-radius: 5px; padding: 5px; width: 50%; overflow: auto;"></div>
</div>
</el-dialog>
<Role-tree
check-box
is-title="转办处理人"
:is-visible.sync="drawerModal"
@checkedRole="checkedRole"
></Role-tree>
</div>
</template>