this.searchVo3.key = this.flexGrid.selectedRows[0].dataItem.year;
console.log("year = " + this.searchVo3.key);
console.log("select 된 값 = " + this.flexGrid.selectedRows[0].dataItem.year);
여기서 searchVo3 는 그래프를 사용하기 위한 Vo 이다.
searchVo는 그리드를 사용하기 위한 Vo 이다.
그리드를 클릭했을때 의 기간 값을 백으로 보내주고 싶을땐
searchVo 에 year 를 key 값에 대입 시켜준다.
하루정도 고민을 하니 나온 결과값이다.
'Angular.ts' 카테고리의 다른 글
typescript 사용해보기 3 (0) | 2024.08.07 |
---|---|
typescript 사용해보기2 (0) | 2024.08.07 |
typescript 사용해보기 (0) | 2024.08.07 |