From 882c04207fdc667b0be8dc347e320d0414eedb94 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期二, 16 九月 2025 22:27:11 +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