TC 수정사항 반영

This commit is contained in:
kimre
2022-07-16 23:53:22 +09:00
parent c323de8bb9
commit e8328fef2c
43 changed files with 954 additions and 904 deletions

View File

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