From dd97e71285d9210c4655a0ead49c1064742d8ee7 Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期四, 27 三月 2025 14:50:47 +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