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