yangfeng
2023-08-24 4a63f03516cc177ad60ebbe28a65e80587846b3e
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