

231116 김성훈 사용자 승인 수정
@5d2a53a8ebe0efec30aea9222b17c97e43802fcb
--- client/views/pages/admin/user/UserSelectList.vue
+++ client/views/pages/admin/user/UserSelectList.vue
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 |
<td v-show="company.use_yn === 'Y'">{{ company.user_eml }}</td> |
66 | 66 |
<td v-show="company.use_yn === 'Y'"><button class="red-btn" |
67 | 67 |
v-if="company.create_account_approval === 'N'" |
68 |
- @click="confirmCheck(user.user_id)">승인</button> |
|
68 |
+ @click="confirmCheck(company.user_id)">승인</button> |
|
69 | 69 |
<span v-else class="approve">승인 완료</span> |
70 | 70 |
</td> |
71 | 71 |
</tr> |
... | ... | @@ -435,6 +435,7 @@ |
435 | 435 |
if (response.data > 0) { |
436 | 436 |
alert(userId + " 님에 대한 승인이 완료되었습니다."); |
437 | 437 |
vm.userSelectList() |
438 |
+ vm.companySelectList() |
|
438 | 439 |
} |
439 | 440 |
}).catch(function (error) { |
440 | 441 |
console.log("approval - error : ", error); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?