Pārlūkot izejas kodu

知识库查询条件

CzRger 2 mēneši atpakaļ
vecāks
revīzija
76a0ecbe52
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      web/models/datasets.ts

+ 2 - 1
web/models/datasets.ts

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