WXL
2025-08-07 209b2f7b9a0b2abc4043f22bed9b06ab2650ba59
src/api/AiCentre/questionnaire.js
@@ -25,7 +25,7 @@
// 新增或修改问卷问题详情
export function compileissue(data) {
    return request({
      url: "/smartor/svyscript/saveOrUpdateTopic",
      url: "/smartor/svyscript/saveOrUpdateScript",
      method: "post",
      data: data,
    });
@@ -63,3 +63,11 @@
      data: data,
    });
  }
   // 查询问卷问题分类树
   export function query360PatInfo(data) {
    return request({
      url: "/smartor/serviceExternal/query360PatInfo",
      method: "post",
      data: data,
    });
  }