fix: 数据集权限问题
This commit is contained in:
parent
22a86a852e
commit
eb57af6863
@ -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 => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user