fix: 视图中数据集字段获取

This commit is contained in:
junjie 2021-07-23 10:21:22 +08:00
parent 589d7aa2b9
commit 30c00ec79a

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) {