liding
4 天以前 44c71b1f7d7ad987a77dd689e9d559e1f3f0ed7e
src/views/index.vue
@@ -479,7 +479,7 @@
// 获取工序列表
const getProcessList = () => {
  list().then(res => {
    processOptions.value = res.data
    processOptions.value = res.data.records
  })
}