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