mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +09:00
배치 스토어 destroy 추가
This commit is contained in:
@@ -175,7 +175,9 @@ export default {
|
||||
this.batchId = batchId2;
|
||||
}
|
||||
},
|
||||
destroyed() {},
|
||||
destroyed() {
|
||||
this.$store.commit('dataStore/updateDataStore', '');
|
||||
},
|
||||
mounted(){
|
||||
let page = 1;
|
||||
// 페이지 정보 및 검색 조건
|
||||
|
||||
Reference in New Issue
Block a user