mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 03:15:09 +09:00
TC 수정
This commit is contained in:
@@ -253,7 +253,13 @@ 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('searchcondition/updateSearchCondition', {
|
||||
@@ -265,6 +271,7 @@ export default {
|
||||
searchText1: '',
|
||||
},
|
||||
});
|
||||
this.$store.commit('dataStore/updateUserId', '');
|
||||
},
|
||||
mounted() {},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user