src/views/sales/salesDetails/index.vue
@@ -224,14 +224,14 @@ addBtnClick() { this.editConfig.visible = true this.editConfig.title = "新建" this.editConfig.infomation = { ...this.addConfig } this.editConfig.infomation = { ...this.addConfig, currency: "人民币" } }, // 编辑 handleClick(row) { console.log(row) this.editConfig.visible = true this.editConfig.title = "编辑" this.editConfig.infomation = { ...row, sale_chance_name: "" } this.editConfig.infomation = { ...row, sale_chance_name: "", currency: "人民币" } }, // 删除 delClick() {