From 9acf4430b2a93bd6db86908663fc843fce040429 Mon Sep 17 00:00:00 2001 From: wk Date: 星期四, 13 六月 2024 14:44:03 +0800 Subject: [PATCH] feat:保安 --- pages/customer-page/customer-index/customer-index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 0f4f814..2f4bc85 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/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(); -- Gitblit v1.9.1