提交 6fec3b29 编写于 作者: 雪洛's avatar 雪洛

fix: 修复类型错误

上级 7d26c20f
...@@ -93,8 +93,8 @@ ...@@ -93,8 +93,8 @@
}, },
onReady() { onReady() {
const instance2 = (this.$refs['multi-child'] as ComponentPublicInstance) const instance2 = (this.$refs['multi-child'] as ComponentPublicInstance)
this.selectCount = instance2.$data['selectCount'] as Number this.selectCount = instance2.$data['selectCount'] as number
this.selectAllCount = instance2.$data['selectAllCount'] as Number this.selectAllCount = instance2.$data['selectAllCount'] as number
this.testFields() this.testFields()
this.testNode() this.testNode()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册