政策解读、资讯快报title修改及更多input清除按钮
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
v-model="queryParams.title"
|
||||
placeholder="请输入搜索关键字"
|
||||
@keyup.enter.native="getPortraitList"
|
||||
clearable
|
||||
@clear="getPortraitList"
|
||||
></el-input>
|
||||
<el-button type="warning" @click="getPortraitList">搜索</el-button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user