포인트 정책 - 수정 버튼을 눌렀다가 취소했을 때 데이터가 초기화 되지 않아 포인트 등록이 불가능한 버그 수정

This commit is contained in:
Yu Sung 2025-05-17 17:35:26 +09:00
parent 256f65e370
commit d8e75f299b
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,6 @@ export default {
},
cancel() {
this.selected_charge_event = null;
this.point_policy = {
title: '',
policy_type: '',
@ -447,6 +446,7 @@ export default {
end_date: ''
}
this.show_write_dialog = false
this.selected_point_policy = null;
},
async submit() {