Help me please to find my fault?
my data return
my update method
and then this my edit
editHandler(item) {
this.inputType = "Ubah";
this.editId = item.id_profile;
this.form.noinduk = item.noinduk;
this.form.tanggal = item.tanggal;
this.form.tempat = item.tempat;
this.form.jeniskelamin = item.jeniskelamin;
this.form.asalsekolah = item.asalsekolah;
this.form.tahun = item.tahun;
},
my problem
my route/api enter image description here