From 645834e1c3efb3a8c50dcbda98d87caba04bd421 Mon Sep 17 00:00:00 2001
From: fei.wang <wf18701153496@163.com>
Date: 星期三, 13 八月 2025 14:34:02 +0800
Subject: [PATCH] v1.2.8

---
 pages/index/bumen.vue |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/pages/index/bumen.vue b/pages/index/bumen.vue
index 29f9b48..0e359c8 100644
--- a/pages/index/bumen.vue
+++ b/pages/index/bumen.vue
@@ -34,14 +34,23 @@
 								<u-checkbox :customStyle="{marginTop: '5px'}">
 								</u-checkbox>
 							</u-checkbox-group> -->
-							<view style="margin-left: 23px;margin-bottom: 10px;font-size: 20px;">缂栧彿:{{item.id}}</view>
+							<view style="margin-left: 23px;margin-bottom: 10px;font-size: 20px;">{{item.name}}</view>
 						</view>
 
 						<view style="display: flex;">
-
-							<!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">缂栧彿:{{item.objectid}}
+							<view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">缂栧彿{{item.id}}
+							</view>
+							<view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">璐熻矗浜�:{{item.baoliu4}}
+							</view>
+							<!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">鍏徃:{{item.company}}
 							</view> -->
-							<view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">鍚嶇О:{{item.name}}</view>
+						</view>
+						<view style="display: flex;">
+
+							<!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">璐熻矗浜�:{{item.baoliu4}}
+							</view> -->
+							<view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">鍏徃:{{item.company}}
+							</view>
 						</view>
 
 						<!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">
@@ -198,7 +207,7 @@
 					current: data.page,
 					size: data.size,
 					company: this.company,
-						juese:uni.getStorageSync('juese'),
+					juese: uni.getStorageSync('juese'),
 				}
 				if (this.vuex_is_login) {
 					findbumenpage(params).then((res) => {
@@ -209,6 +218,9 @@
 									...item,
 									checked: false // 鍒濆鍖朿hecked灞炴�т负false
 								}));
+								if (data.lock==true) {
+									this.list = []
+								}
 								this.list = [...this.list, ...list];
 								callback({
 									list: this.list,
@@ -230,7 +242,7 @@
 					size: 10,
 					objectid: this.keyword,
 					company: this.company,
-						juese:uni.getStorageSync('juese'),
+					juese: uni.getStorageSync('juese'),
 				}
 				if (this.vuex_is_login) {
 					findbumenpage(params).then((res) => {
@@ -259,7 +271,7 @@
 					size: data.size,
 					objectid: data.objectid,
 					company: this.company,
-						juese:uni.getStorageSync('juese'),
+					juese: uni.getStorageSync('juese'),
 				}
 				if (this.vuex_is_login) {
 					findbumenpage(params).then((res) => {

--
Gitblit v1.9.3