Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
getTableDataList('表3', { limit: 10, skip: 0, sort: { 'createTime': -1 }, project: { 'number-9B75': 1, 'text-C19C': 1 }, where: { 'number-9B75': 2 } }).then(data => { console.log(data) })
where参数能否像这样支持条件过滤?
支持,但是需要放到 filter 里,和文档的格式对应上