From 19354b12352099f044c2c83f4ab3f1768c130ce8 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Mon, 16 Dec 2024 11:27:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E7=BB=99=E5=93=81=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=8F=90=E4=BA=A4=E4=B8=80=E7=9B=B4loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionManage/productionplan/productionMain/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/wms/productionManage/productionplan/productionMain/index.vue b/src/views/wms/productionManage/productionplan/productionMain/index.vue index 7e06ebd26..c0dd437d6 100644 --- a/src/views/wms/productionManage/productionplan/productionMain/index.vue +++ b/src/views/wms/productionManage/productionplan/productionMain/index.vue @@ -350,6 +350,9 @@ const buttonTableClick = async (val, row) => { }).catch(err => { tableObject.loading = false console.log(err) + }).finally(() =>{ + tableObject.loading = false + getList() }) } else if (val == 'mainPlanTur') { // 驳回 await message.confirm('确认要驳回吗?')