From 858dc5791ecc3ea47b837872f6d962c5c6a7d426 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 21 二月 2024 16:11:57 +0800 Subject: [PATCH] Merge branch 'standard1' of http://47.97.1.152:5880/r/wms_app into standard1 --- pages/mat/matQuery.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index e3713f5..c8316fb 100644 --- a/pages/mat/matQuery.vue +++ b/pages/mat/matQuery.vue @@ -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