From 1a8a9ff4fd90e28bf33bca809c5ea0372db3dd48 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 04 Sep 2025 17:13:34 +0800
Subject: [PATCH] feat:设置间距

---
 src/api/job/task.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/job/task.js b/src/api/job/task.js
index a0cb20a..f6a28a1 100644
--- a/src/api/job/task.js
+++ b/src/api/job/task.js
@@ -249,3 +249,10 @@
 		},
 	})
 }
+export const getJobsAllFiles = data => {
+	return request({
+		url: `/blade-resource/attach/aiImagesPage?current=1&size=9999`,
+		method: 'post',
+		data: data,
+	})
+}
\ No newline at end of file

--
Gitblit v1.9.3