Merge pull request #362 from dataease/pr@v1.1@fix_数据集权限问题

fix: 数据集权限问题
This commit is contained in:
XiaJunjie2020 2021-07-27 19:04:30 +08:00 committed by GitHub
commit 211a4e584c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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