|
|
@ -1,7 +1,6 @@ |
|
|
|
import type { WorkType } from "../globalCmd/cmdTypes"; |
|
|
|
import httpRequest, { type BaseResponse } from "../httpRequest"; |
|
|
|
import type { CraftItem } from "@/services/matrix/type"; |
|
|
|
import { getHistoryInfo } from '../../../../A8000/src/services/Index/history'; |
|
|
|
|
|
|
|
export function getList(params: { pageSize: number; pageNum: number }) { |
|
|
|
return httpRequest<BaseResponse>({ |
|
|
|