From 704a721f1ea9e3050be765afff0bb86dbc6bb603 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 11 八月 2025 10:42:43 +0800 Subject: [PATCH] 报红更改 --- src/api/item/index.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/item/index.ts b/src/api/item/index.ts index 0689be7..9556952 100644 --- a/src/api/item/index.ts +++ b/src/api/item/index.ts @@ -7,7 +7,7 @@ import { http } from "@/utils/http"; import { baseUrlApi } from "../util"; -import type { Result } from "../types"; +import type { Result, PageResult } from "../types"; // 鑾峰彇琛屾斂鍖哄煙鍒楄〃 export const getRegionList = () => { @@ -104,7 +104,7 @@ // 鎷涙爣浠g悊鍒嗛〉鏌ヨ闈炴斂搴滆鍗曞鐞� export const zhaobiaoPageOrder = (data?: object) => { - return http.request<Result>("post", baseUrlApi("/api/tenderOrder/page"), { + return http.request<PageResult>("post", baseUrlApi("/api/tenderOrder/page"), { data }); }; -- Gitblit v1.9.1