fix: 数据源权限

This commit is contained in:
junjun 2022-03-02 18:57:11 +08:00
parent 19c15aaa1e
commit 5dea56345c

View File

@ -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()
})