mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:04:44 +09:00
사용자 관리 수정
This commit is contained in:
@@ -303,8 +303,12 @@ export default {
|
|||||||
this.$refs.commmonModal.confirmModalOpen(props);
|
this.$refs.commmonModal.confirmModalOpen(props);
|
||||||
},
|
},
|
||||||
async memberDetail(serviceId) {
|
async memberDetail(serviceId) {
|
||||||
|
console.log('2022.09.15');
|
||||||
|
console.log('serviceId : '+ serviceId);
|
||||||
this.svcUserId = serviceId;
|
this.svcUserId = serviceId;
|
||||||
this.row.userId = serviceId;
|
this.row.userId = serviceId;
|
||||||
|
console.log('this.row :');
|
||||||
|
console.log(this.row);
|
||||||
try {
|
try {
|
||||||
const response = await custMgtApi.memberAdminDetail(this.row);
|
const response = await custMgtApi.memberAdminDetail(this.row);
|
||||||
const result = response.data;
|
const result = response.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user