-
Notifications
You must be signed in to change notification settings - Fork 39
Open
@zcxzmzy
Description
getQuestionnaireById(id: string) {
return this.http.get(SITE_HOST_URL + 'questionnaire/' + id)
.map(res => res.json().data)
.catch(this.handleError);
}
Metadata
Metadata
Assignees
Labels
No labels