mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:18:19 +09:00
TC 수정사항 반영
This commit is contained in:
@@ -285,7 +285,7 @@ export default {
|
||||
},
|
||||
memberDetail: function (props) {
|
||||
this.row.serviceId = props.userId;
|
||||
if (props.userType == '관리자 ID') {
|
||||
if (props.userType == '관리자 ID' || props.userType == '테스트 ID') {
|
||||
// 관리자 ID용 상세페이지 이동
|
||||
this.$router.push({name: 'memberAdminDetail', params: {serviceId: this.row.serviceId}});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user