알림톡 조회, 차단내역 수정

This commit is contained in:
USER
2022-07-21 14:25:49 +09:00
parent d914bc1f50
commit 7b037acde3
5 changed files with 27 additions and 31 deletions

View File

@@ -306,7 +306,10 @@ export default {
//회원 상세페이지로 이동
custDetail(props) {
//this.row.custNm = props.serviceId;
this.row.serviceId = props.serviceId;
console.log('=-==-=-=-=');
console.log(props);
this.row.serviceId = props.serviceId;
this.$router.push({name: 'subsDetail', params: this.row});
},
calendarCalbackFnc(year, month, day) {