#
whycq
2024-11-19 edeae69c3120490918dd175c1d502c23f58bb48f
pages/order/orderComb.vue
@@ -243,7 +243,7 @@
         getOrderNoList() {
            let that = this
            uni.request({
               url: this.baseUrl + '/order/list/all',
               url: this.baseUrl + '/order/comb/list/all',
               header: {
                  'token': uni.getStorageSync('token')
               },