From 7419f48dde2d244d97afa7b4acfd8522d88e88a8 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Sun, 11 May 2025 17:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E7=9C=8B=E5=B7=A5?= =?UTF-8?q?=E8=89=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/craft/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/craft/index.vue b/src/views/craft/index.vue index 566a342..9682fd4 100644 --- a/src/views/craft/index.vue +++ b/src/views/craft/index.vue @@ -40,16 +40,13 @@ const heatList = [{ name: '加热区_06', }] -const loading = ref(false) const queryCrafList = () => { const params = { oresId, } - loading.value = true getCraftList(params).then((res) => { tableData.value = res }).catch(() => { - loading.value = false }) } @@ -146,7 +143,7 @@ const returnOre = () => {