Merge pull request #4406 from dataease/pr@dev@pages

feat: API数据源支持输入jsonpath
This commit is contained in:
taojinlong 2023-01-19 16:56:10 +08:00 committed by GitHub
commit 8257c44540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {