288
This commit is contained in:
		| @@ -42,13 +42,13 @@ | ||||
|         </template> | ||||
|         <template slot="right"> | ||||
|           <el-input | ||||
|             v-model="search.title" | ||||
|             v-model="search.goodsTitle" | ||||
|             class="search-input" | ||||
|             size="small" | ||||
|             v-throttle="() => {search.current = 1, getList()}" | ||||
|             placeholder="请输入商品名称" | ||||
|             clearable | ||||
|             @clear="search.current = 1, search.title = '', getList()" | ||||
|             @clear="search.current = 1, search.goodsTitle = '', getList()" | ||||
|             suffix-icon="iconfont iconSearch"> | ||||
|           </el-input> | ||||
|         </template> | ||||
| @@ -120,7 +120,7 @@ | ||||
|       return { | ||||
|         search: { | ||||
|           goodsType: '', | ||||
|           title: '', | ||||
|           goodsTitle: '', | ||||
|           current: 1, | ||||
|           status: '', | ||||
|           size: 10, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user