提交 f3ae7628 编写于 作者: tao.wu's avatar tao.wu

修改履约管理获取量表列表存在的bug

上级 7a19a567
......@@ -289,11 +289,11 @@ export const getEnteringInfo = (patientId, fuPlanPatientTimesId) => {
// })
}
export const getFormList = (planTimesId) => {
export const getFormList = (planTimesId, PlanPatientTimesId) => {
// return utils.checkAuth(()=>{
return fetch({
headers,
url: getFollowUpSC(`/followup/entering/scale/${planTimesId}/list`),
url: getFollowUpSC(`/followup/entering/scale/${planTimesId}/list?planPatientTimesId=${planPatientTimesId}`),
method: 'get',
// params: params,
description: '获取量表列表',
......
......@@ -319,7 +319,7 @@ export default {
this.search(1);
},
async editRow(row) {
await this.getFormList(row.fuPlanTimesId); //获取量表列表
await this.getFormList(row.fuPlanTimesId, row.fuPlanPatientTimesId); //获取量表列表
//获取量表列表情况
this.patientIds = [row.patientId];
if (this.formList.scalesList.length > 1) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册