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