포인트 정책 - 페이징 처리

This commit is contained in:
Yu Sung 2025-05-19 22:02:58 +09:00
parent d3f98ec9cb
commit cea0887d90
1 changed files with 0 additions and 1 deletions

View File

@ -512,7 +512,6 @@ export default {
this.cancel() this.cancel()
this.notifySuccess(res.data.message || '수정되었습니다.') this.notifySuccess(res.data.message || '수정되었습니다.')
this.page = 1
this.point_policy_list = [] this.point_policy_list = []
await this.getPointPolicyList() await this.getPointPolicyList()
} else { } else {