mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
fix: 限制行权限
This commit is contained in:
@@ -79,6 +79,7 @@ export default {
|
||||
data.forEach(item => {
|
||||
item.type !== 'custom' && (item.id = uuid.v1())
|
||||
item.user = this.user
|
||||
item.fromSource = 'link'
|
||||
})
|
||||
}
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user