From 97486704c3d2d230fa0be89630f0fe950554b16b Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 23 九月 2025 18:30:05 +0800
Subject: [PATCH] #
---
pages/mat/matQuery.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue
index e3713f5..7ae5f5a 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" style="word-break: break-all;width: 90%;">鍟嗗搧鍚嶇О锛� {{item.maktx ? item.maktx : '--'}}</view>
<view class="tag-item">鍟嗗搧瑙勬牸锛� {{item.specs ? item.specs : '--'}}</view>
</view>
</view>
@@ -74,7 +74,7 @@
onShow() {
this.baseUrl = uni.getStorageSync('baseUrl');
this.token = uni.getStorageSync('token');
- this.showTag(1)
+ this.showTag(10009)
},
methods: {
search() {
@@ -124,6 +124,7 @@
'token':uni.getStorageSync('token'),
},
success(result) {
+ console.log(result);
that.tagList = null
that.matList = []
var res = result.data
@@ -165,6 +166,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