api.post("/api/quote", params, (res) => {
            if (res.quote) this.refs.quotes.update_item_by_key(res.quote, 'id');
            this.setState({form: {}});
        });