From 0f16db42e4e331bfaf084c27ca602c275e87668d Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 28 Oct 2025 18:07:42 +0800
Subject: [PATCH] feat:渲染数据
---
src/api/tickets/ticket.js | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/api/tickets/ticket.js b/src/api/tickets/ticket.js
index a50fedc..9b1eeb8 100644
--- a/src/api/tickets/ticket.js
+++ b/src/api/tickets/ticket.js
@@ -97,14 +97,6 @@
})
}
-// 获取机器复核可执行时间
-export const getReCheckTime = (id) => {
- return request({
- url: `/`,
- method: 'get',
- })
-}
-
// 下发任务
export const getCreateEventJob = (id) => {
return request({
--
Gitblit v1.9.3