From 88fb8ae0ca94a61818523cbf8deb7733e8678b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 11 Jan 2024 15:49:58 +0800 Subject: [PATCH] fix 80584 --- .../modules/SelectProjectModal.vue | 5 ++++- .../modules/SelectStandardListDrawer.vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectProjectModal.vue b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectProjectModal.vue index b22117f8..a913f6fc 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectProjectModal.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectProjectModal.vue @@ -123,7 +123,10 @@ export default { close () { this.visible = false this.onClearSelected() - } + }, + searchQuery () { + this.loadData(1) + }, } } diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue index 3ca6c9b6..5a5aaf5d 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue @@ -224,4 +224,4 @@ export default { \ No newline at end of file +