From d8e75f299bf133a405de72740638f3e033920593 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 17 May 2025 17:35:26 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EC=A0=95?= =?UTF-8?q?=EC=B1=85=20-=20=EC=88=98=EC=A0=95=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=EC=9D=84=20=EB=88=8C=EB=A0=80=EB=8B=A4=EA=B0=80=20=EC=B7=A8?= =?UTF-8?q?=EC=86=8C=ED=96=88=EC=9D=84=20=EB=95=8C=20=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=EA=B0=80=20=EC=B4=88=EA=B8=B0=ED=99=94=20=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EC=95=84=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=EC=9D=B4=20=EB=B6=88=EA=B0=80=EB=8A=A5?= =?UTF-8?q?=ED=95=9C=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Promotion/PointPolicyView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Promotion/PointPolicyView.vue b/src/views/Promotion/PointPolicyView.vue index 713dcbd..ed0d875 100644 --- a/src/views/Promotion/PointPolicyView.vue +++ b/src/views/Promotion/PointPolicyView.vue @@ -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() {