From 6c9cbdf482ce1330704dc635c510ec51a1115a9f Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 18 三月 2024 16:52:29 +0800 Subject: [PATCH] # --- pages/basics/stockQuery.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pages/basics/stockQuery.vue b/pages/basics/stockQuery.vue index ed8f478..e2b301d 100644 --- a/pages/basics/stockQuery.vue +++ b/pages/basics/stockQuery.vue @@ -74,7 +74,7 @@ data () { return { commonUrl:null, - matList: [{}], + matList: [], locNo: null, matnr: null @@ -118,13 +118,11 @@ }, method:"GET", success(result) { - console.log(result) let res = result.data let records = res.data.records if (res.code == 200) { if (records) { that.matList = records - console.log(that.matList) } else { uni.showToast({ title: "鏆傛棤鏇村鏁版嵁", -- Gitblit v1.9.1