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