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