diff --git a/src/components/Process/submitVerify.vue b/src/components/Process/submitVerify.vue
index c1eb1bf..57dd203 100644
--- a/src/components/Process/submitVerify.vue
+++ b/src/components/Process/submitVerify.vue
@@ -14,7 +14,7 @@
- {{ user.userName }}
+ {{ user.nickName }}
@@ -153,6 +153,8 @@ const task = ref({
nodeName: undefined,
flowCode: undefined,
flowStatus: undefined,
+ formCustom: undefined,
+ formPath: undefined,
nodeType: undefined,
nodeRatio: undefined
});
diff --git a/src/components/UserSelect/index.vue b/src/components/UserSelect/index.vue
index 4b93bb3..cc5d01c 100644
--- a/src/components/UserSelect/index.vue
+++ b/src/components/UserSelect/index.vue
@@ -43,7 +43,7 @@
- {{ user.userName }}
+ {{ user.nickName }}