Merge pull request #1747 from dataease/pr@dev@fix_map_permission

fix: 修复地图范围不受权限控制的问题
This commit is contained in:
Junjie 2022-02-09 16:51:41 +08:00 committed by GitHub
commit c178c67447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
/>