From 2b5e32409797633ded79422d1e6ccbd213c8d9c6 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 20 十二月 2024 15:12:02 +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