From de8719ea8fb7d543bbffe666cd0deb18fd1d060e Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期三, 28 五月 2025 13:46:58 +0800
Subject: [PATCH] 1
---
src/views/mdc/configComp/Board.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/mdc/configComp/Board.vue b/src/views/mdc/configComp/Board.vue
index 79e2b22..33f4e6e 100644
--- a/src/views/mdc/configComp/Board.vue
+++ b/src/views/mdc/configComp/Board.vue
@@ -135,7 +135,7 @@
})))
})
]).then(res => {
- this.$HTTP.get('/api/blade-cps/apply-settings/list-workstation-group?groupCategory=&groupTag=&groupType=group_workstation').then(res => {
+ this.$HTTP.get('/api/smis/apply-settings/list-workstation-group?groupCategory=&groupTag=&groupType=group_workstation').then(res => {
this.dicts.forEach(v => {
v.children = res.data.filter(item => item.groupTag == v.dictKey).map(item => {
return {
--
Gitblit v1.9.3