|
@ -222,8 +222,8 @@ const lineIndex = ref(0) |
|
|
|
|
|
|
|
|
const materialData = ref() |
|
|
const materialData = ref() |
|
|
// 获取原料管理员数据 |
|
|
// 获取原料管理员数据 |
|
|
const getMaterialData = async () => { |
|
|
const getMaterialData = () => { |
|
|
await IndexApi.getMaterialData().then((res) => { |
|
|
IndexApi.getMaterialData().then((res) => { |
|
|
materialData.value = res |
|
|
materialData.value = res |
|
|
getJobCharts() |
|
|
getJobCharts() |
|
|
}) |
|
|
}) |
|
|