forked from github/dataease
Merge pull request #1747 from dataease/pr@dev@fix_map_permission
fix: 修复地图范围不受权限控制的问题
This commit is contained in:
commit
c178c67447
@ -233,6 +233,7 @@
|
||||
:no-children-text="$t('commons.treeselect.no_children_text')"
|
||||
:no-options-text="$t('commons.treeselect.no_options_text')"
|
||||
:no-results-text="$t('commons.treeselect.no_results_text')"
|
||||
:disabled="!hasDataPermission('manage',param.privileges)"
|
||||
@input="calcData"
|
||||
@deselect="calcData"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user