From de687ff45298c1a341a00264c41b38a251ea8944 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 24 六月 2024 16:57:31 +0800 Subject: [PATCH] # --- pages/pakin/pakin.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue index 25c558b..3681135 100644 --- a/pages/pakin/pakin.vue +++ b/pages/pakin/pakin.vue @@ -217,9 +217,9 @@ findMat() { let that = this uni.request({ - url: that.baseUrl + '/matCode/list/auth', + url: that.baseUrl + '/matCode/list/auth2', data: { - mat_no: that.matnr + condition: that.matnr }, header: { 'token': uni.getStorageSync('token') -- Gitblit v1.9.1