feat: API数据源支持输入jsonpath

This commit is contained in:
taojinlong 2023-01-19 16:55:00 +08:00
parent 44ad8798d3
commit e7054fae19

View File

@ -1379,7 +1379,7 @@ export default {
)
}
}
this.showEmpty = this.apiItem.fields.length === 0
this.showEmpty = apiItem.fields.length === 0
return data
},
handleCheckChange(apiItem, node) {