From 9765c4e6afc9863c9bedc37e7759a53a8bc6a764 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 02 Aug 2024 13:25:48 +0800
Subject: [PATCH] 三色任务与自查任务

---
 subPackage/workbench/views/workLog.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/subPackage/workbench/views/workLog.vue b/subPackage/workbench/views/workLog.vue
index 01ac8e2..98847a1 100644
--- a/subPackage/workbench/views/workLog.vue
+++ b/subPackage/workbench/views/workLog.vue
@@ -2,7 +2,7 @@
 	<view>
 		<view class="content bgc-ff">
 
-			<view class="top item flex j-c-s-b a-i-c" @click="onScan()" v-if="!currentId">
+			<view class="top item flex j-c-s-b a-i-c" @click="onScan()">
 				<view class="flex a-i-c">
 					<u-icon name="/static/icon/nav-05.png" width="90rpx" height="90rpx"></u-icon>
 					<text class="f-28 ml-10">扫码获取信息</text>
@@ -96,7 +96,7 @@
 		<button class="list-btn" @click="navToRecord">走访记录</button>
 
 
-		<u-popup :show="isShowPopup" mode="bottom" :round="10" closeable="true" @close="isShowPopup = false">
+		<u-popup :show="isShowPopup" mode="bottom" :round="10" :closeable="true" @close="isShowPopup = false">
 			<view class="popup-content">
 				<view class="popup-title f-30">
 					选择居民
@@ -297,8 +297,8 @@
 						// this.info.householdId = data.householdId;
 						// this.info.personType = data.personType;
 						console.log(typeof data.personType)
-						this.labelIndex = this.$getIndex(this.labelList[0], data.personType, "id", "name").index;
-						this.labelName = this.$getIndex(this.labelList[0], data.personType, "id", "name").name;
+						// this.labelIndex = this.$getIndex(this.labelList[0], data.personType, "id", "name").index;
+						// this.labelName = this.$getIndex(this.labelList[0], data.personType, "id", "name").name;
 						this.getHouseholdList();
 						this.getHousehold(data.householdId);
 						this.form.images = this.$setImageUrl(data.url, 2);

--
Gitblit v1.9.3