Unverified 提交 211a4e58 authored 作者: XiaJunjie2020's avatar XiaJunjie2020 提交者: GitHub

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

fix: 数据集权限问题
......@@ -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 => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论