src/views/sales/contractManage/AddContractManageDialog.vue
@@ -353,9 +353,9 @@ }, selClient(row, value) { console.log(value) if (value === "contact") { this.editConfig.infomation.contact_name = row.name this.contactId = row.id if (value === "client") { this.editConfig.infomation.client_name = row.name this.clientId = row.id } else if (value === "quotation") { this.editConfig.infomation.quotation_number = row.number this.quotationId = row.id