From cea0887d9066ef73b836b335bcdfc918d9689238 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 19 May 2025 22:02:58 +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=ED=8E=98=EC=9D=B4=EC=A7=95=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Promotion/PointPolicyView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Promotion/PointPolicyView.vue b/src/views/Promotion/PointPolicyView.vue index 59842d6..e1b8246 100644 --- a/src/views/Promotion/PointPolicyView.vue +++ b/src/views/Promotion/PointPolicyView.vue @@ -512,7 +512,6 @@ export default { this.cancel() this.notifySuccess(res.data.message || '수정되었습니다.') - this.page = 1 this.point_policy_list = [] await this.getPointPolicyList() } else {