Merge pull request #299 from dataease/pr@dev@fix_视图中数据集字段获取

fix: 视图中数据集字段获取
This commit is contained in:
XiaJunjie2020 2021-07-23 10:22:51 +08:00 committed by GitHub
commit 18893dad69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -709,6 +709,8 @@ export default {
this.httpRequest.msg = err.response.data.message
return true
})
} else {
this.resetView()
}
},
save(getData, trigger, needRefreshGroup = false) {