Explorar el Código

知识库查询条件

CzRger hace 4 meses
padre
commit
76a0ecbe52
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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,
   }
 }