유치채널 엑셀 다운로드 수정

This commit is contained in:
USER
2022-09-21 09:05:30 +09:00
parent 39622f7609
commit a3fb4e5a2c
6 changed files with 123 additions and 169 deletions

View File

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