From 082f828ec2f2c9484452410a7dbd6787fc5171e3 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 13 五月 2026 11:37:21 +0800
Subject: [PATCH] feat(config): 添加山西德益科技有限公司配置
---
src/views/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/index.vue b/src/views/index.vue
index 00d4312..6c0b729 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -479,7 +479,7 @@
// 鑾峰彇宸ュ簭鍒楄〃
const getProcessList = () => {
list().then(res => {
- processOptions.value = res.data
+ processOptions.value = res.data.records
})
}
--
Gitblit v1.9.3