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

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

diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index f9b214d..5853929 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,

--
Gitblit v1.9.3