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

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

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