未验证 提交 5451c7e9 编写于 作者: W wanganxp 提交者: GitHub

Update uni-clientdb-component.md

上级 c5b31a95
......@@ -189,7 +189,7 @@ this.$refs.udb.loadMore() //udb为uni-clientdb组件的ref属性值
</uni-clientdb>
```
然后confirmDelete方法里面其实只有一句话
然后confirmDelete方法里面只有一行代码
```js
confirmDelete(id) {
......@@ -205,6 +205,8 @@ confirmDelete(id) {
this.$refs.udb.remove(["5f921826cf447a000151b16d", "5f9dee1ff10d2400016f01a4"])
```
在uniCloud的web控制台的`DB Schema`界面,可自助生成数据表的admin管理插件,其中有多行数据批选批删示例。
<!-- 注意:如果列表分页采取分页组件,每页有固定数量,那么`clientDB`组件的remove方法删除数据后,该页的列表项会减少。 -->
### dataList
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册