wk
2024-06-13 9acf4430b2a93bd6db86908663fc843fce040429
pages/customer-page/customer-index/customer-index.vue
@@ -240,7 +240,7 @@
         // 获取发运计划列表
         GetOrderPlan() {
            uni.showLoading({ title: '加载中...' });
            this.$reqGet('GetOrderPlan',{orderType:"外购"}).then(res => {
            this.$reqGet('GetOrderPlan').then(res => {
               if (res.data) {
                  this.orderPlanData = res.data;
                  uni.hideLoading();