#
whycq
2024-10-26 b4109c203742424cc795bdca9ca1e00d5602e241
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')
               },