Browse Source

优化

master
LiLongLong 5 months ago
parent
commit
16f3805c43
  1. 1
      src/services/matrix/craft.ts

1
src/services/matrix/craft.ts

@ -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>({

Loading…
Cancel
Save