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