From 6e873adc94aaeb4f918cf4fd45f7bdf936f45db4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 05 十二月 2023 08:58:19 +0800
Subject: [PATCH] 羚羊数据导入

---
 minipro_standard/pages_adjust/pages/outboundList/outboundList.vue |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/minipro_standard/pages_adjust/pages/outboundList/outboundList.vue b/minipro_standard/pages_adjust/pages/outboundList/outboundList.vue
index c9575e3..04a1045 100644
--- a/minipro_standard/pages_adjust/pages/outboundList/outboundList.vue
+++ b/minipro_standard/pages_adjust/pages/outboundList/outboundList.vue
@@ -286,14 +286,10 @@
 		onReady() {
 			var that = this
 			this.$nextTick(() => {
-				uni.createSelectorQuery()
-					.in(this)
-					.select('.content_search')
-					.boundingClientRect((rect) => {
-						
-						that.height = `calc(100vh - ${rect.height + 80}px)`
-						that.top = `${rect.height}px`
-					}).exec()
+				uni.createSelectorQuery().in(this).select('.content_search').boundingClientRect((rect) => {
+					that.height = `calc(100vh - ${rect.height + 80}px)`
+					that.top = `${rect.height}px`
+				}).exec()
 			})
 		},
 		onLoad() {

--
Gitblit v1.9.3