liwei vor 1 Jahr
Ursprung
Commit
e8d7cc965a
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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();