diff --git a/hb_client/src/api/workflow.js b/hb_client/src/api/workflow.js
index a3a2225..001df7e 100644
--- a/hb_client/src/api/workflow.js
+++ b/hb_client/src/api/workflow.js
@@ -233,3 +233,10 @@ export function getCount(data) {
params:data
})
}
+//工单代办数量
+export function getCodes() {
+ return request({
+ url: `/wf/participant_from_code`,
+ method: 'get'
+ })
+}
diff --git a/hb_client/src/views/workflow/state.vue b/hb_client/src/views/workflow/state.vue
index 55cc32c..643a1f7 100644
--- a/hb_client/src/views/workflow/state.vue
+++ b/hb_client/src/views/workflow/state.vue
@@ -138,9 +138,23 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -177,8 +191,10 @@