Browse Source

知识库查询条件

CzRger 2 months ago
parent
commit
76a0ecbe52
1 changed files with 2 additions and 1 deletions
  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,
   }
 }