+
刷新 | 待询价零件数
@@ -1072,6 +1072,8 @@ export default {
})
},
clickCard1(project, machine) {
+ var hight = this.$refs.height1.offsetHeight
+ document.documentElement.scrollTop = hight + 140
this.projectValue = project
this.machine = []
this.machineValue = ''
@@ -1092,6 +1094,8 @@ export default {
})
},
clickCard2(project, machine) {
+ var hight = this.$refs.height1.offsetHeight
+ document.documentElement.scrollTop = hight + 140
this.projectValue = project
this.machine = []
this.machineValue = ''
@@ -1147,6 +1151,7 @@ export default {
}
}).then(res => {
this.machines1 = res.data
+ console.log(this.machines1)
})
},
async searchUnBuyPartNumber() {