src/views/sales/salesDetails/index.vue
@@ -308,6 +308,8 @@ this.editConfig.infomation = { ...this.addConfig, currency: "人民币", sale_chance_name:"", subbill_name:"", client_name: Object.keys(this.addConfig).length === 0 ? "" : this.addConfig.client_name } }, @@ -316,7 +318,7 @@ console.log(row) this.editConfig.visible = true this.editConfig.title = "编辑" this.editConfig.infomation = { ...row, sale_chance_name: "", currency: "人民币" } this.editConfig.infomation = { ...row, sale_chance_name: "", currency: "人民币",sale_chance_name:row.saleChance.name,} }, // 删除 delClick(rowID) {