瀏覽代碼

知识库查询条件

CzRger 2 月之前
父節點
當前提交
76a0ecbe52
共有 1 個文件被更改,包括 2 次插入1 次删除
  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,
   }
 }