This is an automated email from the ASF dual-hosted git repository.

nathanma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new be7b9337e [AMORO-3246] Search and reset adaptation for the optimizer 
group and … (#3247)
be7b9337e is described below

commit be7b9337eb5826fd2d1a20c58f68cffb78c08e40
Author: majin1102 <[email protected]>
AuthorDate: Mon Oct 14 11:42:31 2024 +0800

    [AMORO-3246] Search and reset adaptation for the optimizer group and … 
(#3247)
    
    [AMORO-3246] Search and reset adaptation for the optimizer group and 
actions on optimizing page
    
    Co-authored-by: majin.nathan <[email protected]>
---
 amoro-web/src/views/optimize/components/List.vue | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/amoro-web/src/views/optimize/components/List.vue 
b/amoro-web/src/views/optimize/components/List.vue
index 2a0b599bb..faab20c9c 100644
--- a/amoro-web/src/views/optimize/components/List.vue
+++ b/amoro-web/src/views/optimize/components/List.vue
@@ -165,6 +165,7 @@ function reset() {
   optimizerGroup.value = undefined
   dbSearchInput.value = undefined
   tableSearchInput.value = undefined
+  actions.value = undefined
   refresh(true)
 }
 
@@ -180,7 +181,7 @@ onMounted(async () => {
     <a-space class="filter-form">
       <a-select
         v-model:value="optimizerGroup" allow-clear placeholder="Optimizer 
group" :options="optimizerGroupList"
-        style="min-width: 150px;" @change="refresh"
+        style="min-width: 150px;"
       />
 
       <a-input
@@ -195,7 +196,7 @@ onMounted(async () => {
 
       <a-select
         v-model:value="actions" allow-clear placeholder="Action" 
:options="actionOptions" mode="multiple"
-        style="min-width: 150px;" @change="refresh"
+        style="min-width: 150px;"
       />
 
       <a-button type="primary" @click="refresh">

Reply via email to