yyb
21 小时以前 a1a9521e1f537d742c4f3ebada9b102bfefa6583
src/views/index.vue
@@ -479,7 +479,7 @@
// 获取工序列表
const getProcessList = () => {
  list().then(res => {
    processOptions.value = res.data
    processOptions.value = res.data.records
  })
}