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();