src/components/makepager/CommonFormTableView.vue
@@ -334,6 +334,9 @@ }) .then(() => { this.$emit("recalculateProductClick") this.tableList.tableData.map((ite) => { ite.total = ite.amount ? ite.amount * ite.price : 1 * ite.price }) }) .catch(() => {}) },