spring
2 天以前 d5456f31fc5aa633a38d0728582457d600097303
fix: 首页选择工序页面展示为空
已修改1个文件
2 ■■■ 文件已修改
src/views/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue
@@ -479,7 +479,7 @@
// 获取工序列表
const getProcessList = () => {
  list().then(res => {
    processOptions.value = res.data
    processOptions.value = res.data.records
  })
}