From c0bcbc9e5dd24c069b316947116ce9a5e2fc9248 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Fri, 17 May 2024 09:10:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20updata=20=E5=8E=BB=E6=8E=89=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=B5=8B=E8=AF=95=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mes/orderDayPlan/orderDayPlan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/mes/orderDayPlan/orderDayPlan.vue b/src/pages/mes/orderDayPlan/orderDayPlan.vue index b5ab7b4..d8a9be8 100644 --- a/src/pages/mes/orderDayPlan/orderDayPlan.vue +++ b/src/pages/mes/orderDayPlan/orderDayPlan.vue @@ -133,7 +133,7 @@ const tabParams = ref({ }) function stopPlan(item){ - item.id = 100; + // item.id = 100; console.log(item) proxy.$modal.confirm('确定提交终止吗').then(() => { proxy.$modal.loading('处理中')