메뉴 건너뛰기

SAP 한국 커뮤니티

Ch23. 08번 onClose 설정

감자깡 2025.09.22 18:00 조회 수 : 2

        onCancel: function () {

            const oModel = this.getView().getModel();

            if(oModel.hasPendingChanges()){

                oModel.resetChanges();

            }

           

            this.oDialog.close();

        }