###
whycq
2022-02-15 d5a6b28258858c9359ee81a235030100f25e6a4c
pages/basics/stockQuery.vue
@@ -66,10 +66,10 @@
         find(){
            let that = this
            uni.request({
               url:that.baseUrl + "/mobile/locDetl/stockQuery",
               url: that.baseUrl + "/mobile/locDetl/stockQuery",
               header:{
                  'content-type':'application/x-www-form-urlencoded',
                  'token': localStorage.getItem('token')
                  'token':uni.getStorageSync('token')
               },
               data:{
                  locNo: that.locNo,