WXL
2024-05-31 e6af7e6f95fb49115bf593daff0bee48648f99cf
src/api/AiCentre/Qtemplate.js
@@ -40,6 +40,14 @@
      data: data,
    });
  }
    // 新增问卷模版分类
    export function editQtemplateclassify(data) {
      return request({
        url: "/smartor/svyLibTitleCategory/edit",
        method: "post",
        data: data,
      });
    }
  // 删除问卷模版分类
export function delQtemplateclassify(Id) {
  return request({