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/console/workstation/CollDialog.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/console/workstation/CollDialog.vue b/src/views/console/workstation/CollDialog.vue
index e7e979d..f4987ea 100644
--- a/src/views/console/workstation/CollDialog.vue
+++ b/src/views/console/workstation/CollDialog.vue
@@ -157,7 +157,7 @@
return this
},
getDetailList(params) {
- this.$HTTP.get(`/api/smart-collect/tpl/typelist`, {}, { params }).then(res => {
+ this.$HTTP.get(`/api/smis/collecttpl/typelist`, {}, { params }).then(res => {
this.typeList = res.data || [];
// return res
--
Gitblit v1.9.3