Jelajahi Sumber

添加刷新按钮

lifanagju_citu 6 bulan lalu
induk
melakukan
4a0d04d735

+ 1 - 1
src/views/recruit/enterprise/interviewManagement/index.vue

@@ -6,7 +6,7 @@
         <Autocomplete v-model="query.status" :item="statusItem"></Autocomplete>
         <v-btn color="primary" class="half-button ml-3" @click="handleSearch">查 询</v-btn>
         <v-btn class="half-button ml-3" variant="outlined" color="primary" @click="handleReset">重 置</v-btn>
-        <v-btn class="half-button ml-10" prepend-icon="mdi-refresh" variant="outlined" color="primary" @click="handleReset">刷 新</v-btn>
+        <v-btn class="half-button ml-10" prepend-icon="mdi-refresh" variant="outlined" color="primary" @click="handleSearch">刷 新</v-btn>
       </div>
     </div>
     <v-divider class="mb-3"></v-divider>