yangfeng
2023-08-15 bd42b949807795c581e9193d92834a6187fc10d2
src/views/sales/quotation/index.vue
@@ -126,7 +126,9 @@
    if (!this.isDetail) {
      this.search_map = {}
    } else {
      this.search_map = { ...this.addConfig }
      this.search_map = {
        [this.addConfig.id_name]: this.addConfig.client_name
      }
    }
    this.getData(this.search_map)
  },
@@ -170,8 +172,8 @@
                return {
                  ...item,
                  client_name: item.client.name,
                  contact_name: item.contact.name
                  // member_name: item.member.username
                  contact_name: item.contact.name,
                  member_name: item.member.username
                }
              })
              this.tableList.tableInfomation = list || []