28242
This commit is contained in:
		| @@ -33,6 +33,8 @@ | ||||
|         </template> | ||||
|         <template #right v-if="showRightInput"> | ||||
|           <el-input :placeholder="placeholder" v-model="search.searchParam" size="small" | ||||
|                     @keyup.enter.native="$forceUpdate();(page.current = 1), getList()" | ||||
|                     @clear="$forceUpdate();(page.current = 1), getList()" | ||||
|                     @change="$forceUpdate();(page.current = 1), getList()" clearable prefix-icon="iconfont iconSearch"/> | ||||
|         </template> | ||||
|       </ai-search-bar> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user