From e3cac4fb5b540b45d6ec1a53a534d08c03d7c174 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期六, 15 十一月 2025 16:36:08 +0800
Subject: [PATCH] 打的修改

---
 src/api/system/materials.js |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/api/system/materials.js b/src/api/system/materials.js
index e8a1226..570b3e7 100644
--- a/src/api/system/materials.js
+++ b/src/api/system/materials.js
@@ -42,3 +42,17 @@
     method: 'delete'
   })
 }
+
+
+//瀵煎叆
+export function enload(data) {
+
+  return request({
+    url: '/system/materials/importData',
+    method: 'post',
+      headers: {
+      'Content-Type': 'multipart/form-data'
+    },
+    data: data
+  })
+}
\ No newline at end of file

--
Gitblit v1.9.1