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