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