forked from github/dataease
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
|
return data
|
||||||
},
|
},
|
||||||
handleCheckChange(apiItem, node) {
|
handleCheckChange(apiItem, node) {
|
||||||
|
Loading…
Reference in New Issue
Block a user