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