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: "暂无更多数据",