diff --git a/jero-web/src/views/phoneView/toDoCenter.vue b/jero-web/src/views/phoneView/toDoCenter.vue index e415ff460..a21923ced 100644 --- a/jero-web/src/views/phoneView/toDoCenter.vue +++ b/jero-web/src/views/phoneView/toDoCenter.vue @@ -428,7 +428,8 @@ this.phoneQueryValue = '' this.form = { checked: false, - selectModel: '0' + selectModel: '0', + flowType:[], } if (this.form.checked) { this.form.mobileProcessing = '1' @@ -457,6 +458,9 @@ }, toDoCenterClick(row, isTrue) { let query = {} + if (!this.form.flowType) { + this.form.flowType = [] + } row.taskId = row.taskId + '' if (row.taskId.length > 30) { row.taskId = '' @@ -484,7 +488,7 @@ activeTab: this.activeTab, checked: this.form.checked, selectModel: this.form.selectModel, - searchFlowType: this.form.flowType.join(','), + searchFlowType: this.form.flowType.join(',') } this.$router.push({ path: '/phoneProcessManagement',