From dd1bb5e756d7dbebf0140deb8e2510c1cbbd81db Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 17 七月 2024 11:20:49 +0800 Subject: [PATCH] 工单阈值字段定义,菜单样式回滚 --- src/api/platform/region.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/platform/region.js b/src/api/platform/region.js index c26006d..61a01e7 100644 --- a/src/api/platform/region.js +++ b/src/api/platform/region.js @@ -50,3 +50,12 @@ method: 'get' }) } + +// 鑾峰彇鍖哄幙绾ц仈閫夋嫨 +export function getCascader() { + return request({ + url: '/region/cascader', + method: 'get' + }) +} + -- Gitblit v1.8.0