yangfeng
2023-08-24 3a46ae62a484b4ea1a9dbfb39859275f5c70ba03
src/components/makepager/CommonFormTableView.vue
@@ -328,6 +328,13 @@
    commonInputChange(val, prop, row) {
      console.log(val, prop)
      console.log(row)
      if (prop === "amount") {
        this.tableList.tableData.map((ite) => {
          if (ite.name === row.name) {
            ite.total = row.amount * row.price
          }
        })
      }
      this.$emit("inputContent", val, prop, row)
    },
    // 清空