Commit 3ed8cd92 authored by miaojiale's avatar miaojiale

.

parent 07a0d698
......@@ -222,7 +222,7 @@ export default {
getPatientPage(data).then((res) => {
this.listLoading = false
if (res.code === 1) {
if (res.data && res.data.length > 0) {
if (res.data.records && res.data.records.length > 0) {
const d = res.data
this.tableData = d.records || []
this.total = Number(d.total)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment