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