diff --git a/jero-web/src/views/phoneView/toDoCenter.vue b/jero-web/src/views/phoneView/toDoCenter.vue index 595576ba2..4e3d12218 100644 --- a/jero-web/src/views/phoneView/toDoCenter.vue +++ b/jero-web/src/views/phoneView/toDoCenter.vue @@ -313,6 +313,9 @@ if (this.$route.query.id) { this.form.id = this.$route.query.id } + if (this.$route.query.keyWord) { + this.phoneQueryValue = this.$route.query.keyWord + } this.form = { ...this.form } // this.isNew('2023-06-01') // this.toDoProcessPageNo = 1