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 = () => {