haoxuan
2023-12-26 eed27d3000e127c433fd45609d0d5e5d06b7868c
src/views/sales/quotation/index.vue
@@ -326,12 +326,11 @@
    },
    // 编辑
    handleClick(row) {
      console.log(row)
      this.editConfig.visible = true
      this.editConfig.title = "编辑"
      console.log("dddddddd")
      console.log(row)
      this.editConfig.infomation = { ...row, currency: "人民币" }
      let params = JSON.parse(JSON.stringify(row));
      this.editConfig.infomation = { ...params, currency: "人民币" }
      console.log(this.editConfig.infomation.products,'===products')
      this.editConfig.visible = true
    },
    // 批量删除
    delClick() {