Skip to content

Commit

Permalink
fix: 修复组织新增按钮不显示BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
hicarina committed Dec 2, 2021
1 parent 139e3c4 commit de4c810
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<el-button
v-if="$perms('system_org_insert')
&& null != userInfo && '3' === userInfo.dataScope
&& null != userInfo && (userInfo.izSuperAdmin || '3' === userInfo.dataScope)
"
icon="el-icon-plus"
type="primary"
Expand Down

0 comments on commit de4c810

Please sign in to comment.