forked from github/dataease
Merge pull request #4406 from dataease/pr@dev@pages
feat: API数据源支持输入jsonpath
This commit is contained in:
commit
8257c44540
@ -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