coys 2 년 전
부모
커밋
77d7342f87
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/menu/training/index.vue

+ 3 - 3
src/views/menu/training/index.vue

@@ -332,9 +332,9 @@ export default {
       if (this.statusValue) {
         obj.status = this.statusValue
       }
-      if (this.cascaderValue) {
-        obj.orgId = this.cascaderValue
-      }
+   
+        obj.orgId = this.cascaderValue||JSON.parse(window.sessionStorage.getItem('SET_USER_ORGID'))+''||''
+     
       if (this.currentDate) {
         obj.date = this.currentDate + '-01'
       }