From cab9769e9a5ffd647f8cda8b55fbf990dde4238e Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 26 七月 2024 17:37:55 +0800 Subject: [PATCH] feat:上榜计量删除 --- pages/loadUnload-page/orderPlanList/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/loadUnload-page/orderPlanList/index.vue b/pages/loadUnload-page/orderPlanList/index.vue index 4574f2f..f92a4bb 100644 --- a/pages/loadUnload-page/orderPlanList/index.vue +++ b/pages/loadUnload-page/orderPlanList/index.vue @@ -99,7 +99,7 @@ }, faYundetail(v) { uni.navigateTo({ - url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&coalName=${v.coalName}&deptName=${v.deptName}&productNames=${v.productNames}&roleType=${5}&customerName=${v.customerName}` + url: `/subPages/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&coalName=${v.coalName}&deptName=${v.deptName}&productNames=${v.productNames}&roleType=${5}&customerName=${v.customerName}` }); }, }, -- Gitblit v1.9.1