From 7cda4963dee77c7dc6d97a3c25017c572204251b Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 23 Feb 2023 09:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/resiInfo.vue b/src/views/components/resiInfo.vue index 5305bc7cb..b54561fe4 100644 --- a/src/views/components/resiInfo.vue +++ b/src/views/components/resiInfo.vue @@ -1141,8 +1141,8 @@ export default { }, qcShowStatus(){ let flag = false - if(this.resiDetailObj.moveOutFlag){ - if(this.resiDetailObj.moveOutFlag.unemployedFlag==1){ + if(this.resiDetailObj.houseInfo.moveOutFlag){ + if(this.resiDetailObj.houseInfo.moveOutFlag==1){ flag = true }else{ flag = false