yangfeng
2023-08-18 ea4f9ee1d7a6333bd516deb09c1d12f18a168787
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(() => {})
    },