28368
This commit is contained in:
		| @@ -6,8 +6,7 @@ | ||||
|         <ai-search-bar bottomBorder> | ||||
|           <template slot="right"> | ||||
|             <el-input v-model="search.keyword" size="small" placeholder="设备名称/设备编号" clearable | ||||
|                       @keyup.enter.native=";(page.current = 1), getList()" | ||||
|                       v-throttle="() => {page.current=1,getList()}" | ||||
|                       v-throttle="() => {page.current = 1, getList()}" | ||||
|                       @clear=";(page.current = 1), (search.keyword = ''), getList()" suffix-icon="iconfont iconSearch"/> | ||||
|           </template> | ||||
|         </ai-search-bar> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user