src/views/productManage/product/components/bomDialog.vue
@@ -114,7 +114,6 @@ handleAdd() { this.BomTableData=this.thatEditRow.BomTableData this.BomTableData.push({ name: "", isDefault: false }); debugger this.$nextTick(()=>{ setTimeout(() => { this.$refs.unitTable.bodyWrapper.scrollTop=this.$refs.unitTable.bodyWrapper.scrollHeight