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