[update] 修改bug78192
This commit is contained in:
@@ -572,6 +572,11 @@ export default {
|
||||
this.$message.warning(this.$t('selectLeastOne'))
|
||||
return
|
||||
}
|
||||
if (this.selectionRows.find(item => !item.detailFlag)) {
|
||||
// 选中数据存在没有查看权限的数据
|
||||
this.$message.warning(this.$t('enterpriseStandardLibrary.standard.noDataPermiss'))
|
||||
return
|
||||
}
|
||||
this.$refs.temporaryPermissionSet.open(this.selectedRowKeys.join(','))
|
||||
},
|
||||
// 操作栏的点击
|
||||
|
||||
Reference in New Issue
Block a user