From 61ac9836f679d19038e936a981e1e34f69b6da43 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 14 Feb 2022 15:51:05 +0800 Subject: [PATCH] 27395 --- src/saas/AppBackUserList/UserInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saas/AppBackUserList/UserInfo.vue b/src/saas/AppBackUserList/UserInfo.vue index dc4f6f52..cda1a46c 100644 --- a/src/saas/AppBackUserList/UserInfo.vue +++ b/src/saas/AppBackUserList/UserInfo.vue @@ -167,7 +167,7 @@ export default { }, getDetail() { this.$http.post(`/app/appepidemicbackhomerecord/queryDetailById?id=${this.id}`).then((res) => { - if (res.code == 0) { + if (res.data && res.code == 0) { if(res.data.checkTime) { res.data.checkTime = res.data.checkTime.substring(0, 10) }