WXL
2024-09-24 83898e6b7ff3996fcef889042442a25753b07dea
src/api/AiCentre/external.js
@@ -53,3 +53,11 @@
    data: data
  });
}
// 获取问卷(内)
export function getsearchrResults(data) {
  return request({
    url: "/smartor/subtaskAnswer/selectPatQuestionResult",
    method: "post",
    data: data
  });
}