From db9e0552fabccfa89109131aca03d841f3dc6ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 7 Jul 2023 16:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UAT=E6=8F=90=E5=87=BA?= =?UTF-8?q?=E7=9A=84=E4=BC=98=E5=8C=96=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/phoneView/toDoCenter.vue | 3 +++ 1 file changed, 3 insertions(+) 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