From 120f8a8722ea2d2fea6daa9e7e908a819ae38ef3 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Mon, 16 Dec 2024 09:43:30 +0800 Subject: [PATCH] =?UTF-8?q?YT-1708=E5=8F=B7=E5=8F=A3=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E8=AE=A1=E5=88=92=EF=BC=8C=E6=96=B0=E5=A2=9E=E7=9A=84=E8=AE=A1?= =?UTF-8?q?=E5=88=92=EF=BC=8C=E6=8F=90=E4=BA=A4=E4=B8=80=E7=9B=B4loding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionplan/productionMainAssemble/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue b/src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue index c31de0a6e..7cee42437 100644 --- a/src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue +++ b/src/views/wms/productionManage/productionplan/productionMainAssemble/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('确认要驳回吗?')