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