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() {