coys 2 năm trước cách đây
mục cha
commit
77d7342f87
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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'
       }