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:
@@ -253,17 +253,12 @@ export default {
|
||||
commonModal,
|
||||
ValidationConfirmPop,
|
||||
},
|
||||
created() {
|
||||
created() {
|
||||
if (this.$route.params.serviceId != null) {
|
||||
this.$store.commit('dataStore/updateDataStore', this.$route.params.serviceId);
|
||||
this.userId = this.$route.params.serviceId;
|
||||
this.memberDetail(this.$route.params.serviceId);
|
||||
}
|
||||
// else {
|
||||
// var userId2 = this.$store.getters['dataStore/getUserId'];
|
||||
// this.userId = userId2;
|
||||
// this.memberDetail(this.userId);
|
||||
// }
|
||||
}
|
||||
},
|
||||
destroyed() {
|
||||
this.$store.commit('searchcondition/updateSearchCondition', {
|
||||
@@ -302,13 +297,10 @@ export default {
|
||||
valConfirm(props) {
|
||||
this.$refs.commmonModal.confirmModalOpen(props);
|
||||
},
|
||||
async memberDetail(serviceId) {
|
||||
console.log('2022.09.15');
|
||||
console.log('serviceId : '+ serviceId);
|
||||
async memberDetail(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