TC 수정

This commit is contained in:
kimre
2022-07-19 19:52:34 +09:00
parent 3be9f3df5a
commit 0f953fb620
6 changed files with 56 additions and 40 deletions

View File

@@ -236,7 +236,10 @@ export default {
this.channelDetail(userSeq);
}
},
destroyed() {
this.$store.commit('dataStore/updateUserSeq', '');
this.$store.commit('dataStore/updateUserId', '');
},
methods: {
async channelDetail(userSeq) {
this.row.userSeq = userSeq;