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