liyong
2026-05-12 d97f203bff2c7dda8328f87b592b9cc9d82e75c2
src/views/index.vue
@@ -479,7 +479,7 @@
// 获取工序列表
const getProcessList = () => {
  list().then(res => {
    processOptions.value = res.data
    processOptions.value = res.data.records
  })
}