Procházet zdrojové kódy

知识库查询条件

CzRger před 4 měsíci
rodič
revize
76a0ecbe52
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      web/models/datasets.ts

+ 2 - 1
web/models/datasets.ts

@@ -159,7 +159,8 @@ export type FetchDatasetsParams = {
     keyword?: string,
     category_ids?: string[],
     type?: string,
-    dept?: string,
+    creatorDept?: string,
+    authType?: string,
   }
 }