|
|
@ -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 = () => { |
|
|
|
</script> |
|
|
|
|
|
|
|
<template> |
|
|
|
<div class="component-page" v-loading="loading"> |
|
|
|
<div class="component-page"> |
|
|
|
<section class="flex items-center h-20 gap-3 pl-3"> |
|
|
|
<FtButton type="primary" @click="onAddCraft"> |
|
|
|
添加工艺 |
|
|
|