hello(){ console.log(this.form.total) console.log(this.form.commentThree) this.form.total = parseFloat(this.form.commentOne) + parseFloat(this.form.commentTwo)
<td><a-input @change="hello" v-model="form.commentThree"/></td>
posted on 2021-09-26 16:43 csjoz11 阅读(708) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 csjoz11 Powered by .NET 9.0 on Kubernetes