yangfeng
2023-08-18 b76f9d153dd40cef8864cecd168242850679047d
src/views/sales/salesReturn/index.vue
@@ -210,14 +210,14 @@
    addBtnClick() {
      this.editConfig.visible = true
      this.editConfig.title = "新建"
      this.editConfig.infomation = {}
      this.editConfig.infomation = { currency: "人民币" }
    },
    // 编辑
    handleClick(row) {
      console.log(row)
      this.editConfig.visible = true
      this.editConfig.title = "编辑"
      this.editConfig.infomation = { ...row }
      this.editConfig.infomation = { ...row, currency: "人民币" }
    },
    // 删除
    delClick() {