提交 1a96e69e 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 eb5401ac
......@@ -237,6 +237,7 @@
if(data.code == "000000") {
this.patientList = data.data.patientList;
this.pagination.totalRows = data.data.totalRows
if(this.patientList) {
this.patientList.forEach((item)=> {
item.disableNum = 1;
let diseaseNames = [];
......@@ -260,6 +261,7 @@
item.showDiseaseNames = '-';
}
})
}
}
}).catch((error) => {
......@@ -267,7 +269,7 @@
message: error,
type: 'error'
});
})
});
},
handleSizeChange(val) {
this.pagination.pageSize = val
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册