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