liwei 1 rok temu
rodzic
commit
e8d7cc965a
1 zmienionych plików z 2 dodań i 0 usunięć
  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();