调用 remove 方法 不传递 options 的情况下 多种语言混杂在一起

hhyang
- 发布:2023-03-17 15:55
- 更新:2023-03-17 18:49
- 阅读:32
产品分类: uniCloud/App
操作步骤:
预期结果:
一种语言
一种语言
实际结果:
多种语言
多种语言
bug描述:
this.$refs.udb.remove(id, {
success:(res) => {
this.$refs.table.clearSelection()
}
})
