diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue
index 720da2f..e8acab1 100644
--- a/src/views/xgf/flow/components/sendUtil.vue
+++ b/src/views/xgf/flow/components/sendUtil.vue
@@ -44,6 +44,7 @@ export default {
this.heirloom = JSON.stringify(e)
},
beforeClose() {
+ this.visible = false
},
sendMessage(row) {
if (!this.value || this.value === '') {
diff --git a/src/views/xgf/flowApply/components/apply.vue b/src/views/xgf/flowApply/components/apply.vue
index 3c96882..8627ecb 100644
--- a/src/views/xgf/flowApply/components/apply.vue
+++ b/src/views/xgf/flowApply/components/apply.vue
@@ -301,10 +301,12 @@ export default {
},
handleClose() {
this.visible = false
+ this.form = {}
this.$emit('refresh', '')
},
closeWindow() {
this.visible = false
+ this.form = {}
}
}
}
diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue
index 3b7e987..bb3a701 100644
--- a/src/views/xgf/flowApply/components/userInfo.vue
+++ b/src/views/xgf/flowApply/components/userInfo.vue
@@ -154,6 +154,7 @@
+
{{ formatDate(row.VALIDITY_PERIOD_START) }} 至 {{ formatDate(row.VALIDITY_PERIOD_END) }}
diff --git a/src/views/xgf/flowList/components/list.vue b/src/views/xgf/flowList/components/list.vue
index 9b09550..a6ffa55 100644
--- a/src/views/xgf/flowList/components/list.vue
+++ b/src/views/xgf/flowList/components/list.vue
@@ -141,7 +141,6 @@ export default {
'/trainingbatch/userList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page,
{
KEYWORDS: this.KEYWORDS,
- STATUS: '2',
EMPLOY_FLAG: '1',
VALID_FLAG: '1'
}
diff --git a/src/views/xgf/flow_audit/index.vue b/src/views/xgf/flow_audit/index.vue
index c159d43..d2de9ba 100644
--- a/src/views/xgf/flow_audit/index.vue
+++ b/src/views/xgf/flow_audit/index.vue
@@ -7,7 +7,7 @@ flowTrain/batchList
-
+