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