|
|
@@ -407,3 +407,9 @@ export const QHSEPtwApi = {
|
|
|
return await request.download({ url: `/rq/qhse-ptw/export-excel`, params })
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+export const kanbanApi = {
|
|
|
+ getKanban: async (params) => {
|
|
|
+ return await request.get({ url: `/rq/qhse-kanban/get`, params })
|
|
|
+ }
|
|
|
+}
|