|
@@ -263,6 +263,7 @@ export default {
|
|
this.productDetails.forEach((item) => {
|
|
this.productDetails.forEach((item) => {
|
|
item.detailId = Math.round(Math.random() * 1000000)
|
|
item.detailId = Math.round(Math.random() * 1000000)
|
|
})
|
|
})
|
|
|
|
+ this.calTotal()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -275,6 +276,7 @@ export default {
|
|
this.productDetails.forEach((item) => {
|
|
this.productDetails.forEach((item) => {
|
|
item.detailId = Math.round(Math.random() * 1000000)
|
|
item.detailId = Math.round(Math.random() * 1000000)
|
|
})
|
|
})
|
|
|
|
+ this.calTotal()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|