提交 99cfc74e authored 作者: junjun's avatar junjun

fix: 数据源权限

上级 76e759e6
...@@ -185,7 +185,7 @@ export default { ...@@ -185,7 +185,7 @@ export default {
mode: this.dataset[0].currentDs.mode, mode: this.dataset[0].currentDs.mode,
info: '{"union":' + JSON.stringify(this.dataset) + '}' info: '{"union":' + JSON.stringify(this.dataset) + '}'
} }
post('/dataset/table/updateUnion', table).then(response => { post('/dataset/table/update', table).then(response => {
this.$emit('saveSuccess', table) this.$emit('saveSuccess', table)
this.cancel() this.cancel()
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论