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

fixed

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