From 122deb4a51475b271bd5d4de36593c1c5f925f1d Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期二, 18 三月 2025 17:29:39 +0800
Subject: [PATCH] 1
---
src/views/dnc/craft/document/File.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/dnc/craft/document/File.vue b/src/views/dnc/craft/document/File.vue
index e75ad71..f2b6099 100644
--- a/src/views/dnc/craft/document/File.vue
+++ b/src/views/dnc/craft/document/File.vue
@@ -272,7 +272,7 @@
loadNode(node, resolve) {
let id = node.level === 0 ? '' : node.data.id
if (node.level === 0) {
- return this.$HTTP.get(`/api/blade-cps/group/getRootNode?groupCategory=1&groupType=group_workstation`).then(res => {
+ return this.$HTTP.get(`/api/smis/group/getRootNode?groupCategory=1&groupType=group_workstation`).then(res => {
this.nodeClick(res.data)
resolve([res.data].map(v => {
return {
@@ -283,7 +283,7 @@
}))
})
} else {
- this.$HTTP.get(`/api/blade-cps/group/groupWorkstation/lazy?groupId=${id}`).then(res => {
+ this.$HTTP.get(`/api/smis/group/groupWorkstation/lazy?groupId=${id}`).then(res => {
resolve(res.data.map(v => {
return {
...v,
--
Gitblit v1.9.3