#
whycq
2024-03-18 6c9cbdf482ce1330704dc635c510ec51a1115a9f
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: "暂无更多数据",