test #72
|
@ -435,7 +435,6 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
cancel() {
|
cancel() {
|
||||||
this.selected_charge_event = null;
|
|
||||||
this.point_policy = {
|
this.point_policy = {
|
||||||
title: '',
|
title: '',
|
||||||
policy_type: '',
|
policy_type: '',
|
||||||
|
@ -447,6 +446,7 @@ export default {
|
||||||
end_date: ''
|
end_date: ''
|
||||||
}
|
}
|
||||||
this.show_write_dialog = false
|
this.show_write_dialog = false
|
||||||
|
this.selected_point_policy = null;
|
||||||
},
|
},
|
||||||
|
|
||||||
async submit() {
|
async submit() {
|
||||||
|
|
Loading…
Reference in New Issue