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