mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:11:27 +09:00
알림톡 조회, 차단내역 수정
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user