mirror of
https://github.com/dataease/dataease.git
synced 2026-06-15 10:31:43 +08:00
fix: 数据集权限问题
This commit is contained in:
@@ -118,7 +118,7 @@ export default {
|
||||
if (id !== null) {
|
||||
this.fields = []
|
||||
this.data = []
|
||||
getTable(id, true).then(response => {
|
||||
post('/dataset/table/getWithPermission/' + id, null).then(response => {
|
||||
this.table = response.data
|
||||
this.initPreviewData(this.page)
|
||||
}).catch(res => {
|
||||
|
||||
Reference in New Issue
Block a user