forked from github/dataease
fix: 数据源权限
This commit is contained in:
parent
76e759e605
commit
99cfc74ef2
@ -185,7 +185,7 @@ export default {
|
||||
mode: this.dataset[0].currentDs.mode,
|
||||
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.cancel()
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user