提交 5438935b 编写于 作者: 雪洛's avatar 雪洛

fix: 修复遗漏的返回值类型

上级 cc517617
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
this.notify(error.errMsg, '错误') this.notify(error.errMsg, '错误')
}) })
}, },
async dbMultiSend() { async dbMultiSend() : Promise<void> {
const db = uniCloud.databaseForJQL() const db = uniCloud.databaseForJQL()
const temp1 = db.collection('type') const temp1 = db.collection('type')
.where( .where(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册