mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
feat: API数据源支持输入jsonpath
This commit is contained in:
parent
44ad8798d3
commit
e7054fae19
@ -1379,7 +1379,7 @@ export default {
|
||||
)
|
||||
}
|
||||
}
|
||||
this.showEmpty = this.apiItem.fields.length === 0
|
||||
this.showEmpty = apiItem.fields.length === 0
|
||||
return data
|
||||
},
|
||||
handleCheckChange(apiItem, node) {
|
||||
|
Loading…
Reference in New Issue
Block a user