From 48ce80144f3c7f7f85fd6f76f455d5dddf032f73 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 13 三月 2024 16:19:58 +0800
Subject: [PATCH] #

---
 pages/mat/matQuery.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue
index e3713f5..caddab7 100644
--- a/pages/mat/matQuery.vue
+++ b/pages/mat/matQuery.vue
@@ -24,6 +24,7 @@
 				<view class="tag-item">鍟嗗搧缂栧彿锛� {{item.matnr}}</view>
 				<view class="tag-item">鍟嗗搧鍚嶇О锛� {{item.maktx  ? item.maktx : '--'}}</view>
 				<view class="tag-item">鍟嗗搧瑙勬牸锛� {{item.specs  ? item.specs : '--'}}</view>
+				<view class="tag-item">澶囨敞锛� {{item.memo  ? item.memo : '--'}}</view>
 			</view>
 		</view>
 		<uni-load-more v-show="matList.length != 0" :status="status" :icon-size="16" :content-text="contentText" />
@@ -124,6 +125,7 @@
 						'token':uni.getStorageSync('token'),
 					},
 					success(result) {
+						console.log(result);
 						that.tagList = null
 						that.matList = []
 						var res = result.data
@@ -165,6 +167,7 @@
 						'token':uni.getStorageSync('token'),
 				    },
 					success(result) {
+						console.log(result);
 						that.tagList = null
 						var res = result.data
 						if (res.code === 200) {

--
Gitblit v1.9.1