From 15c90ad541d895a4e0ceab0dd430260535479341 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 07 五月 2026 10:20:44 +0800
Subject: [PATCH] 测试完成
---
src/api/AiCentre/questionnaire.js | 107 ++++++++++++++++++++++++++++-------------------------
1 files changed, 57 insertions(+), 50 deletions(-)
diff --git a/src/api/AiCentre/questionnaire.js b/src/api/AiCentre/questionnaire.js
index 7776e75..9792a3f 100644
--- a/src/api/AiCentre/questionnaire.js
+++ b/src/api/AiCentre/questionnaire.js
@@ -17,64 +17,71 @@
}
// 鍒犻櫎闂嵎闂
export function delissueinfo(Id) {
- return request({
- url: "/smartor/svyscript/remove/" + Id,
- method: "get",
- });
- }
+ return request({
+ url: "/smartor/svyscript/remove/" + Id,
+ method: "get",
+ });
+}
// 鏂板鎴栦慨鏀归棶鍗烽棶棰樿鎯�
export function compileissue(data) {
- return request({
- url: "/smartor/svyscript/saveOrUpdateScript",
- method: "post",
- data: data,
- });
- }
+ return request({
+ url: "/smartor/svyscript/saveOrUpdateScript",
+ method: "post",
+ data: data,
+ });
+}
// 鏌ヨ闂缁熻
export function compileissuestatistics(data) {
- return request({
- url: "/smartor/svytemplatescript/countPatByScript",
- method: "post",
- data: data,
- });
- }
+ return request({
+ url: "/smartor/svytemplatescript/countPatByScript",
+ method: "post",
+ data: data,
+ });
+}
- // 鏂板闂嵎闂鍒嗙被
- export function addissueclassify(data) {
- return request({
- url: "/smartor/svyLibScriptCategory/addtree",
- method: "post",
- data: data,
- });
- }
- // 鏂板闂嵎闂鍒嗙被
- export function editissueclassify(data) {
- return request({
- url: "/smartor/svyLibScriptCategory/edit",
- method: "post",
- data: data,
- });
- }
- // 鍒犻櫎闂嵎闂鍒嗙被
+// 鏂板闂嵎闂鍒嗙被
+export function addissueclassify(data) {
+ return request({
+ url: "/smartor/svyLibScriptCategory/addtree",
+ method: "post",
+ data: data,
+ });
+}
+// 鏂板闂嵎闂鍒嗙被
+export function editissueclassify(data) {
+ return request({
+ url: "/smartor/svyLibScriptCategory/edit",
+ method: "post",
+ data: data,
+ });
+}
+// 鍒犻櫎闂嵎闂鍒嗙被
export function delissueclassify(Id) {
return request({
url: "/smartor/svyLibScriptCategory/remove/" + Id,
method: "get",
});
}
- // 鏌ヨ闂嵎闂鍒嗙被鏍�
- export function getissueclassify(data) {
- return request({
- url: "/smartor/svyLibScriptCategory/list",
- method: "post",
- data: data,
- });
- }
- // 鏌ヨ闂嵎闂鍒嗙被鏍�
- export function query360PatInfo(data) {
- return request({
- url: "/smartor/serviceExternal/query360PatInfo",
- method: "post",
- data: data,
- });
- }
+// 鏌ヨ闂嵎闂鍒嗙被鏍�
+export function getissueclassify(data) {
+ return request({
+ url: "/smartor/svyLibScriptCategory/list",
+ method: "post",
+ data: data,
+ });
+}
+// 鏌ヨ360淇℃伅锛堜附姘达級
+export function query360PatInfo(data) {
+ return request({
+ url: "/smartor/serviceExternal/query360PatInfo",
+ method: "post",
+ data: data,
+ });
+}
+// 鏌ヨ360淇℃伅锛堝崡鍗庯級
+export function query360PatInfonh(id) {
+ return request({
+ url: "/smartor/serviceExternal/query360PatInfolwl/" + id,
+ method: "get",
+ });
+}
--
Gitblit v1.9.3