fix: 数据集权限问题

This commit is contained in:
junjie 2021-07-27 19:03:12 +08:00
parent 22a86a852e
commit eb57af6863

View File

@ -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 => {