零件工艺制定
This commit is contained in:
@@ -686,8 +686,6 @@ export default {
|
||||
} else {
|
||||
this.Result1 = ' 长:' + this.Length + ' 宽:' + this.Width + ' 高:' + this.height1 + ' 重量:' + parseInt(this.Length) * parseInt(this.Width) * parseFloat(this.height1)
|
||||
WeightCopy(this.partNumValue, this.Result1).then(response => {
|
||||
console.log(response.data)
|
||||
}).then(() => {
|
||||
this.searchDetail()
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user