mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 05:39:35 +09:00
TC 수정
This commit is contained in:
@@ -133,10 +133,16 @@ export default {
|
||||
ValidationConfirmPop,
|
||||
},
|
||||
created(){
|
||||
this.memberDetail(this.$route.params.serviceId);
|
||||
if(this.$route.params.serviceId != null){
|
||||
this.$store.commit('dataStore/updateUserId', this.$route.params.serviceId);
|
||||
this.memberDetail(this.$route.params.serviceId);
|
||||
}else{
|
||||
var userId = this.$store.getters["dataStore/getUserId"];
|
||||
this.memberDetail(userId);
|
||||
}
|
||||
},
|
||||
destroyed() {
|
||||
|
||||
this.$store.commit('dataStore/updateUserId', '');
|
||||
},
|
||||
mounted() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user