From c3576dff24adbb52cf807c100afb63399e16f813 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 11 九月 2025 09:36:45 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/Qtemplate.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index 683a684..f9b214d 100644
--- a/src/api/AiCentre/Qtemplate.js
+++ b/src/api/AiCentre/Qtemplate.js
@@ -141,7 +141,7 @@
     method: "get",
   });
 }
-//绉戝鐥呭尯妯℃澘鍏宠仈鏂板
+//璇鹃缁勭梾鍖烘ā鏉垮叧鑱旀柊澧�
 export function depthospgetson(data) {
   return request({
     url: "/smartor/td/add",
@@ -149,7 +149,7 @@
     data: data,
   });
 }
-//绉戝鐥呭尯妯℃澘鍏宠仈鏌ヨ
+//璇鹃缁勭梾鍖烘ā鏉垮叧鑱旀煡璇�
 export function depthospgetsonlist(data) {
   return request({
     url: "/smartor/td/list",
@@ -157,7 +157,7 @@
     params: data,
   });
 }
-//浠诲姟绉戝鐥呭尯妯℃澘鍏宠仈鏌ヨ
+//浠诲姟璇鹃缁勭梾鍖烘ā鏉垮叧鑱旀煡璇�
 export function taskdepthospgetsonlist(data) {
   return request({
     url: "/smartor/taskdept/list",
@@ -165,14 +165,14 @@
     data: data,
   });
 }
-// 鍒犻櫎绉戝鐥呭尯妯℃澘鍒嗙被
+// 鍒犻櫎璇鹃缁勭梾鍖烘ā鏉垮垎绫�
 export function depthospgetsondel(id) {
   return request({
     url: "/smartor/td/remove/" + id,
     method: "get",
   });
 }
-// 鍒犻櫎浠诲姟绉戝鍏宠仈
+// 鍒犻櫎浠诲姟璇鹃缁勫叧鑱�
 export function taskdepthospgetsondel(id) {
   return request({
     url: "/smartor/taskdept/remove/" + id,
@@ -182,14 +182,14 @@
 // 鍒犻櫎浠诲姟鐤剧梾鍏宠仈
 export function taskdiaghospgetsondel(id) {
   return request({
-    url: "/smartor/taskdiag/remove/" + id,
+    url: `/smartor/taskdiag/remove/${id}`,
     method: "get",
   });
 }
 // 鍒犻櫎浠诲姟鎵嬫湳鍏宠仈
 export function taskoperhospgetsondel(id) {
   return request({
-    url: "/smartor/taskoper/remove/" + id,
+    url: `/smartor/taskoper/remove/${id}`,
     method: "get",
   });
 }

--
Gitblit v1.9.3