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