WXL (wul)
2 天以前 0bda1b9d250dad7fe556b744bf8d74d61c18dfa8
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({