Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

151
Vistas
how to pass the data variable in geturldata in vuejs in html part not any one is the same

how to pass the variable in getdataurl in vuejs A clear title. A reasonable explanation of what your question is. Add as much detail as you can. Any background research you've tried but wasn't enough to solve your problem. Correct use of English spelling and grammar to the best of your ability.

<select-box
        title="CRM Prospect Status"
        v-model="form.crm_prospect_patient_status"
        getDataURL="/json_dropdown/crm-prospect-status/{{this.pipeline_id}}"
        :key=this.index ></select-box>
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You can make a computed property with your data. like this:

urlData(){
 return "/json_dropdown/crm-prospect-status/"+ this.pipeline_id;
}

and then simply pass this computed property to your select-box

    <select-box
    title="CRM Prospect Status"
    v-model="form.crm_prospect_patient_status"
    :getDataURL="urlData"
    :key=this.index ></select-box>
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda