liwei 1 年之前
父节点
当前提交
e8d7cc965a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/modules/resource/index.ts

+ 2 - 0
src/modules/resource/index.ts

@@ -92,9 +92,11 @@ export class ResourceModule extends ModuleRoot {
 
     this.controls.CustCompListCtrl.setCrudPrefix("/frame");
     this.controls.CustCompListCtrl.state.size = 20;
+    this.controls.CustCompListCtrl.state.query = { type: "comp"};
 
     this.controls.sysCompListCtrl.setCrudPrefix("sys/frame");
     this.controls.sysCompListCtrl.state.size = 20;
+   
     this.controls.sysSvgListCtrl.state.query = { published: true};
 
     this.natsBus.init();