From 32b10def2b0944c4afbe4d89e55261c39a690f1d Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 17 七月 2025 13:40:09 +0800
Subject: [PATCH] #

---
 pages/rece/other.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/rece/other.vue b/pages/rece/other.vue
index e6616f4..0d7bdd3 100644
--- a/pages/rece/other.vue
+++ b/pages/rece/other.vue
@@ -138,7 +138,7 @@
 							</view>
 						</view>
 					</view> -->
-					<view class="cu-item grid  col-2">
+					<view class="cu-item grid  col-2" v-if="item.extendFields">
 						<view class="item" v-for="el in dynamicFields" :key="el.id">
 							<text class="text-black">{{el.fieldsAlise}}:
 								<text class="text-grey ">{{item.extendFields[el.fields]}}</text></text>
@@ -221,7 +221,7 @@
 					matnrCode: this.barcode
 				})
 				if (code === 200) {
-					this.list = [...data]
+					this.list = data
 				} else {
 					uni.showToast({
 						title: msg,
@@ -336,7 +336,7 @@
 					}
 				}
 			},
-			async getRece() {
+			async getRece() {				
 				const {
 					code,
 					data,

--
Gitblit v1.9.1