Przeglądaj źródła

更新 'src/views/platform/bpmn/bpmInstHis/ori-List.vue'

增加分类过滤
王康辉 2 lat temu
rodzic
commit
6a74d183f2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/platform/bpmn/bpmInstHis/ori-List.vue

+ 1 - 1
src/views/platform/bpmn/bpmInstHis/ori-List.vue

@@ -4,7 +4,7 @@
 
     <div slot="west">
       <ibps-type-tree :width="width" :height="height" title="记录分类" category-key="FLOW_TYPE"
-        @node-click="handleNodeClick" @expand-collapse="handleExpandCollapse" />
+        :hasPermission="true" @node-click="handleNodeClick" @expand-collapse="handleExpandCollapse" />
     </div>
     <ibps-crud ref="crud" :style="{ marginLeft: width + 'px' }" :height="height" :data="listData"
       :toolbars="listConfig.toolbars" :search-form="listConfig.searchForm" :pk-key="pkKey" :displayField="tableTitle"