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 +