Skip to content

Commit cc4135a

Browse files
author
piexlmax(奇淼
committed
feature:禁止选中角色的子以及后代节点
1 parent 2d884c8 commit cc4135a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/view/superAdmin/authority/authority.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ const setOptions = () => {
401401
setAuthorityOptions(tableData.value, AuthorityOption.value, false)
402402
}
403403
const setAuthorityOptions = (AuthorityData, optionsData, disabled) => {
404-
form.value.authorityId = String(form.value.authorityId)
405404
AuthorityData &&
406405
AuthorityData.forEach(item => {
407406
if (item.children && item.children.length) {

0 commit comments

Comments
 (0)