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