|
|
|
@ -991,7 +991,7 @@ export default {
|
|
|
|
|
dataSetType: 'http'
|
|
|
|
|
}
|
|
|
|
|
datasetExecuteTest(executeParams).then(res => {
|
|
|
|
|
this.dataPreviewList = res
|
|
|
|
|
this.dataPreviewList = res.data
|
|
|
|
|
// 获取数据后更新输出字段
|
|
|
|
|
this.updateOoutputFieldList(this.dataPreviewList)
|
|
|
|
|
this.$message.success('解析并执行成功')
|
|
|
|
|