From 835c429a8c556e1af13beff919e7164bfccf7c6f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 01 九月 2025 15:52:15 +0800
Subject: [PATCH] 新增 的接口
---
Web/src/api/base/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Web/src/api/base/index.ts b/Web/src/api/base/index.ts
index e554f78..5acad82 100644
--- a/Web/src/api/base/index.ts
+++ b/Web/src/api/base/index.ts
@@ -28,7 +28,7 @@
data: { id },
}, cancel);
},
- dropdownData: function (data: any, cancel: boolean = false) {
+ dropdownData: function (data:any, cancel: boolean = false) {
return request({
url: baseUrl + "dropdownData",
method: 'post',
--
Gitblit v1.9.1