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'
       }