From 13a06719ac13ec0458fecee0014765d50019eeac Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 13 Oct 2025 17:51:59 +0800
Subject: [PATCH] feat:算法
---
src/subPackages/workDetail/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/subPackages/workDetail/index.vue b/src/subPackages/workDetail/index.vue
index b97231f..752d483 100644
--- a/src/subPackages/workDetail/index.vue
+++ b/src/subPackages/workDetail/index.vue
@@ -84,7 +84,7 @@
} from '/src/api/work/index.js'
const allAlgorithms = ref([])
const algorithms = ref([])
- const types = ref([])
+ const types = ref([]) //工单类型
const eventNum = ref('');
const currentStatus = ref('')
const stepResponse = ref([]);
--
Gitblit v1.9.3