From 72a7d5095ba74ca15e0c96d1c8b925664b5fc562 Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期一, 13 十月 2025 08:32:56 +0800 Subject: [PATCH] 12 --- pages/mat/matQuery.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index e3713f5..6dd1231 100644 --- a/pages/mat/matQuery.vue +++ b/pages/mat/matQuery.vue @@ -22,7 +22,7 @@ </view> </view> <view class="tag-item">鍟嗗搧缂栧彿锛� {{item.matnr}}</view> - <view class="tag-item">鍟嗗搧鍚嶇О锛� {{item.maktx ? item.maktx : '--'}}</view> + <view class="tag-item" >鍟嗗搧鍚嶇О锛� {{item.maktx ? item.maktx : '--'}}</view> <view class="tag-item">鍟嗗搧瑙勬牸锛� {{item.specs ? item.specs : '--'}}</view> </view> </view> @@ -74,7 +74,8 @@ onShow() { this.baseUrl = uni.getStorageSync('baseUrl'); this.token = uni.getStorageSync('token'); - this.showTag(1) + this.search(); + this.showTag(10009) }, methods: { search() { @@ -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