We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d884c8 commit cc4135aCopy full SHA for cc4135a
web/src/view/superAdmin/authority/authority.vue
@@ -401,7 +401,6 @@ const setOptions = () => {
401
setAuthorityOptions(tableData.value, AuthorityOption.value, false)
402
}
403
const setAuthorityOptions = (AuthorityData, optionsData, disabled) => {
404
- form.value.authorityId = String(form.value.authorityId)
405
AuthorityData &&
406
AuthorityData.forEach(item => {
407
if (item.children && item.children.length) {
0 commit comments