问题:使⽤ // 页⾯不更新的解决: 数据转化以下,仅以下两⾏ let dataArrTemp = JSON.stringify(this.form.product_bom); this.form.product_bom= JSON.parse(dataArrTemp); 以下⾃⽤的 html部分: {{scope.row.name}} @focus=\"handleMaterielDialogs(scope.row, scope.$index)\" suffix-icon=\"el-icon-zoom-in\" > // 获取到index handleMaterielDialogs(row, index) { this.thatRowIndex = index; }, // 值带页⾯上 this.form.bom[this.thatRowIndex] = Object.assign( {}, this.activeList3[0], { count: this.form.bom[this.thatRowIndex].count * 1 } ); // 页⾯不更新的解决: 数据转化以下,仅以下两⾏ let dataArrTemp = JSON.stringify(this.form.bom); this.form.bom= JSON.parse(dataArrTemp); View Code 因篇幅问题不能全部显示,请点此查看更多更全内容
Copyright © 2019- azee.cn 版权所有 赣ICP备2024042794号-5
违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务