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