src/api/AiCentre/Qtemplate.js
@@ -47,6 +47,13 @@ method: "get", }); } // 查看问卷默认填报权限 export function getconfigKey(Id) { return request({ url: "/system/config/configKey/" + Id, method: "get", }); } // 新增或修改问卷模板详情 export function compileQtemplate(data) { return request({