diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue
index dcf0f3a..a96ceb0 100644
--- a/src/views/xgf/flow/components/list.vue
+++ b/src/views/xgf/flow/components/list.vue
@@ -43,7 +43,7 @@
详情
审批
- 委托制单单位审批
+ 委托制单单位审批
电子合格证
diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue
index 655580d..a49a643 100644
--- a/src/views/xgf/flow/components/sendUtil.vue
+++ b/src/views/xgf/flow/components/sendUtil.vue
@@ -12,7 +12,7 @@
-
+
-
+
@@ -76,6 +76,7 @@ export default {
APPOINT_USER_ID: null,
APPOINT_USER_NAME: '',
OPINION: '',
+ STEP: false,
user: '',
tm: new Date().getTime(),
list: [],
@@ -117,6 +118,7 @@ export default {
this.visible = true
this.heirloom = JSON.stringify(e)
this.form.list = JSON.stringify(e)
+ this.form.STEP = (e[0].FLOWS_STEP === 3)
this.getDepartmentTree()
this.loading = false
},