mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
feat: API数据源支持输入jsonpath
This commit is contained in:
@@ -1379,7 +1379,7 @@ export default {
|
||||
)
|
||||
}
|
||||
}
|
||||
this.showEmpty = this.apiItem.fields.length === 0
|
||||
this.showEmpty = apiItem.fields.length === 0
|
||||
return data
|
||||
},
|
||||
handleCheckChange(apiItem, node) {
|
||||
|
||||
Reference in New Issue
Block a user