사용자 관리 수정

This commit is contained in:
USER
2022-09-15 09:57:34 +09:00
parent 94c4eeda48
commit 39622f7609

View File

@@ -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;