포인트 정책 - 수정 버튼을 눌렀다가 취소했을 때 데이터가 초기화 되지 않아 포인트 등록이 불가능한 버그 수정
This commit is contained in:
parent
256f65e370
commit
d8e75f299b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue