From 99a3c5eff1f52bf07235e60c4a2a1922e45e3fcb Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 23 九月 2025 16:46:01 +0800
Subject: [PATCH] 附件上传
---
src/api/product/manage.ts | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/product/manage.ts b/src/api/product/manage.ts
index 6560356..5e8e99b 100644
--- a/src/api/product/manage.ts
+++ b/src/api/product/manage.ts
@@ -19,6 +19,15 @@
});
},
+ // 鑾峰彇鎶ュ伐璇︽儏锛堝寘鍚檮浠禝D锛�
+ getReportDetail(params: { id: number }) {
+ return request<BaseResult<any>>({
+ url: "/app/getReportDetail",
+ method: "GET",
+ data: params,
+ });
+ },
+
// 鏌ヨ鑷淇℃伅
getSelfInspection(params: any) {
return request<BaseResult<any>>({
--
Gitblit v1.9.3