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