WXL (wul)
2 天以前 fbb61549bf96e9e0910b676a5524b0760d29c4be
src/api/AiCentre/Qtemplate.js
@@ -9,6 +9,14 @@
    data: data,
  });
}
// 查询问卷模板列表
export function taskgetQtemplateobj(data) {
  return request({
    url: "smartor/svytemplateTask/selectInfoByCondition",
    method: "post",
    data: data,
  });
}
// 问卷模板列表
export function getQtemplatelist(data) {
  return request({
@@ -224,3 +232,11 @@
    data: data,
  });
}
// 医护保存数据
export function savequestiondetail(data) {
  return request({
    url: "/smartor/subtaskAnswer/savequestiondetail",
    method: "post",
    data: data,
  });
}