liwei 1 год назад
Родитель
Сommit
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();